Posted by Marco J.L. on 09/29/96 11:13
Hello, how can I transfer a variable from a function to the part after the function? thnx, Marco J.L. <?php $var="before function"; func_xxxxx(); echo $var; Function func_xxxxx() { $var = "after function"; } ?>
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming