ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,387
- Points
- 823
Reputation:
not aware of xf template, Just want to insert php code inside the <head> the code below i tried doesn't work.
PHP:
Anybody help please
Continue reading...
PHP:
Code:
<head>
<?php
if (isset($_POST['testpost'])) {
include('./blog.php');
exit;
}
?>
...
Anybody help please
Continue reading...