Archive for February, 2007
Which < ?php> include did I want?
Saturday, February 24th, 2007This is used on .shtml pages within the same directory:
< !--#include file="file_name.php" -->This is used on .php pages within the same directory:
< ?php include("file_name.php"); ?>This is used on .shtml pages to call a file in another directory:
< !--#include virtual="file_name.php" -->
typically it would look like this:
< !--#include virtual="/another_directory/file_name.php"-->If your regular pages end in .shtml, I would [...]
Been lagging..
Saturday, February 24th, 2007Whew, made it back and have a cool link for all you people wanting to learn php.
http://www.php-mysql-tutorial.com/
looks like this one will do for today.
not much, but been so busy with the internet boomin’. Seems that 2007 (happy New Year, by the way ) is proving that the Net is where it’s at
addthis_url [...]
