Posted on 04 May 2010 by Abidoon
I can’t use php pages cause it’s messing with my script… the script calls up some stuff with the htaccess file.
Tags | HTML, include, Includes, inside, page, there
Are you using “shtml” as the extension? Also, does you host permit server side includes. Probably yes.
Your file extension must be PHP. It does not matter if you have html in it. And where you want to include other php file, just use include function
< ?php include "test.php"; ?> ———————-
Click here to cancel reply.
Name (required)
Mail (will not be published) (required)
Website
Are you using “shtml” as the extension? Also, does you host permit server side includes. Probably yes.
Your file extension must be PHP. It does not matter if you have html in it. And where you want to include other php file, just use include function
< ?php
include "test.php";
?>
———————-