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
Читать далее...
PHP:
Код:
<head>
<?php
if (isset($_POST['testpost'])) {
include('./blog.php');
exit;
}
?>
...
Anybody help please
Читать далее...