Posted by hihibibihi on 12/19/06 22:06
hi all <?php $foo="NO"; $text=<<<EO The variable is named: $foo EO; if (TRUE) { $foo="YES"; die($text); //how to get $foo="YES" into $text? } ?> Trying to get $foo="YES" into $text, but NO appears instead. Any ideas? gr Jan
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming