Posted by Barkster on 05/22/06 17:04
This is the simplified way I have it now: $var = true; $var2 = 2; function getval() { display(); } function display() { if($var) echo 'true' //not getting a value for $var? } <body> </php getval(); ?> </body>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming