Hi,

The webhosting company where I host my my site had upgraded their mysql to 
3.23.32
and now my program has an error, saying :

Supplied argument is not a valid MySQL result resource in ........

the error is in the line containing :
while ($row = mysql_fetch_row($result1)) {

I check the new documentation, saying that in the 3.23.34 version of mysql, 
there is a new mechanism to retrieve data from tables, in short they are :
1. mysql_query
2. mysql_use_result or mysql_save_result
3. mysql_fetch_row

but when I tried this, there is an error :
Fatal error : Call to undefined function: mysql_use_result() in

seems like their mysql doesn't recognize the function.

so ...... what should I do? I can't find the documentation for mysql 3.23.32

please .... anyone help me ......


regards,
Yusef


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to