simple quest on return
Posted: Tue Apr 25, 2006 3:19 am
I'm new to php and this question is probably stupidly simple.
If you have a bit of code that uses return, like :
If you have a bit of code that uses return, like :
Code: Select all
if (test=1)
return TRUE;
else
return FALSE;
How do you check what was returned?
Sorry if this question is a bit daft.