RSS Feed/News Inserting PHP code inside <head> in PAGE_CONTAINER

Status
Not open for further replies.

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:

Code:
<head>
<?php
if (isset($_POST['testpost'])) {
    include('./blog.php');
    exit;
}
?>

...

Anybody help please

Continue reading...
 
Status
Not open for further replies.
Top