Hi all I'm trying to set html text ina a $var and I can olny get the $vars to print if they are alone... If I tyr to add an array or make them uc I get errors...
$htmltext = "hello ".file_get_contents('file.txt')." - and bye."; ;)
sauce
9:04 pm on Jan 19, 2006 (gmt 0)
".file_get_contents('file.txt')." includes the file but it doesn't excute the code before outputting. Is there a way to have it run the code in the include file?