Posted by Ben Ramsey on 10/21/32 11:31
On 11/9/05 9:45 AM, Paul Williams wrote: > <?php > > print <<<EOF > > <HTML> > $_SERVER['PHP_SELF'] > </HTML> > EOF; > > ?> Try it with curly braces: <?php print <<<EOF <HTML> {$_SERVER['PHP_SELF']} </HTML> EOF; ?> -- Ben Ramsey http://benramsey.com/
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming