I am having trouble with PHP Includes. For some reason they wont work. I've tried different tuts but none seem to work or i just don't get it. Can anyone help me?
What exactly are you trying to do? To include a file, just rename the page to .php and put this code in it: <?php include("FileToInclude.whatever"); ?>. The file you want to include can have any extension.
Bookmarks