I'm new to PHP and would like to use virtual paths for my PHP includes like I do in ASP:
<!--#include virtual="/common/myinclude.asp"-->
I've tried:
<$ include ("/common/myinclude.php") ?>
I get an error message "Unexpected T_INCLUDE at line 3..."
Thanks!
Liz
PS Your tutorial is well written. You'll have a book contract before long!