John W. Holmes <mailto:[EMAIL PROTECTED]>
    on Wednesday, November 05, 2003 4:28 PM said:

> Are you talking about something like this:
> 
> $retval['result'] = get_results($result);
> $retval['rows'] = mysql_num_rows($result);
> $retval['fields'] = mysql_num_fields($result);
> 
> return $retval;

Yes. Except that that's exactly what I don't want to do if I can avoid
it. :)

So far the reference thing is working fine. Someone also suggested I use
a new class. Sounds like a good idea, but might be overkill for what I'm
doing.


Thanks,
Chris.
--
Don't like reformatting your Outlook replies? Now there's relief!
http://home.in.tum.de/~jain/software/outlook-quotefix/

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to