Posted by sergiojm on 03/25/06 06:39
The best way i love is just like this... //file1.php $aux="blabla"; return $aux //file2.php function test(){ $returnValue=include_once("file1.php"); echo $returnValue; } If you want you can pass a var class or array with values... It for this kind of features that I LOVE PHP... :) Regards, Sjm
[Back to original message]
Copyright © 2005-2006 Powered by Custom PHP Programming