[PHP-DB] Re: mysql database function problem

2003-07-02 Thread Andres
Thanks, it works...mysqlerror() told me the exact problem and I could solve
it

thanks

David Robley [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]
 In article [EMAIL PROTECTED], [EMAIL PROTECTED]
 says...
  Hello Everybody!
 
  I tried to connect with a mysql databasem , but It shows the follow
error:
 
  Warning: mysql_numrows(): supplied argument is not a valid MySQL result
  resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 25
 
  Número de filas en el resultado:
 
  Warning: mysql_num_fields(): supplied argument is not a valid MySQL
result
  resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 29
 
  Warning: mysql_fetch_row(): supplied argument is not a valid MySQL
result
  resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 32
 
  Warning: mysql_free_result(): supplied argument is not a valid MySQL
result
  resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 40
 
  It seems doesn't  recognize the mysql functions I wrote in the code, or
did
  I something wrong?
 
  I'm a newbie trying to learn and I have php 4.3.2  with mysql 4.0.13 in
a
  windows xp with ISS 5.0 and I've Installed those programs a lot of times
  trying to fix it up but the problem remains.
 
  I'll really appreciate any help.

 The problem is most likely in the syntax of your query. Use mysql_error()
 immediately after sending your query to the db to get an error string from
 mysql.

 -- 
 Quod subigo farinam

 $email =~ s/oz$/au/o;




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



[PHP-DB] Re: mysql database function problem

2003-06-26 Thread David Robley
In article [EMAIL PROTECTED], [EMAIL PROTECTED] 
says...
 Hello Everybody!
 
 I tried to connect with a mysql databasem , but It shows the follow error:
 
 Warning: mysql_numrows(): supplied argument is not a valid MySQL result
 resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 25
 
 Número de filas en el resultado:
 
 Warning: mysql_num_fields(): supplied argument is not a valid MySQL result
 resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 29
 
 Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result
 resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 32
 
 Warning: mysql_free_result(): supplied argument is not a valid MySQL result
 resource in c:\inetpub\wwwroot\ejercicios\cap11\cursor.php on line 40
 
 It seems doesn't  recognize the mysql functions I wrote in the code, or did
 I something wrong?
 
 I'm a newbie trying to learn and I have php 4.3.2  with mysql 4.0.13 in a
 windows xp with ISS 5.0 and I've Installed those programs a lot of times
 trying to fix it up but the problem remains.
 
 I'll really appreciate any help.

The problem is most likely in the syntax of your query. Use mysql_error() 
immediately after sending your query to the db to get an error string from 
mysql.

-- 
Quod subigo farinam

$email =~ s/oz$/au/o;


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