Hi
Id reeeeeeaaaaaaaally like to know the syntax for returning results from a
called function to the program that called it;)
<?
program
add($a,$b);
echo"$ab";
?>
===============
<?
function add($a,$b)
{
$ab =$a+$b;
}
return??????????????????????????
?>
Many many thanks
JD
_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php