Re: [PHP] Couple Questions

2001-03-20 Thread CC Zona
In article <9984hb$c4e$[EMAIL PROTECTED]>, [EMAIL PROTECTED] (CC Zona) wrote: > And while I haven't actually tried this, I assume that anyone could write > their own HTTP_REFERER simply by using fsockopen(). Thanks to PHP's ease > of use, using fsockopen does not require one to have the skill

Re: [PHP] Couple Questions

2001-03-20 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (acleave) wrote: > 1) How do I return multiple data types at once from a function? For > instance > I might want to return 5, "apple", and true (an int, a string, and a boolean) > all at once from a function. return array(5, "apple", TRUE);

[PHP] Couple Questions

2001-03-20 Thread acleave
I'm new to this list (and relatively new to PHP) so if I'm failing in some point of list ettiquette, please excuse me. I have two questions: 1) How do I return multiple data types at once from a function? For instance I might want to return 5, "apple", and true (an int, a string, and a boole