Lybarger, Denver J (LYBARDJ8) wrote:
>       Is there a way to return the results of a mysql_query or the
> array that is generated after mysql_fetch_array, via a function? 
> Note I have tried to do a straight return.

What was the problem? This should work. Maybe you just got the 
mysql_fetch_array() wrong, or the database-connect.

> Another issue is that all
> of the tables are a different size, therefore a static array size
> would be a big waste of memory.

PHP doesn't have static array sizes, only associative arrays.

>  Thanks for any help you could lend.

Sorry, but what you wrote is insufficent to find out where your problem 
lies. For me, anyway.

regards
Wagner

-- 
"Some guy hit my fender, and I told him, 'Be fruitful and multiply,' 
but not in those words."
 - Woody Allen

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to