Hi, how do i include a .php extention file in "XHTML"? when i used the php syntax it gave me a error saying
Line 161, column 34: processing instruction does not start with name
<? include("random.php") ?>
so can anyone help? how i can include the file by calling the php file
? thanks!
Line 161, column 34: processing instruction does not start with name
<? include("random.php") ?>
so can anyone help? how i can include the file by calling the php file