RE: [PHP] PHP- something tha i don't understand

2001-07-17 Thread Boget, Chris
8:$result = mysql_db_query(users, $query); 9:$r=mysql_fetch_array($result); 10: $count=$r[count]; And the error message is Warning: Supplied argument is not a valid MySQL result resource in c:\inetpub\wwwroot\PhpAndMysqlTest\test2\reg1.php3 on line 9 You need to validate that the

Re: [PHP] php- something that i don't understand

2001-07-17 Thread Christopher Ostmo
Yassel Omar Izquierdo Souchay pressed the little lettered thingies in this order... Hey guys here is my code 4: mysql_connect() or die (Problemas conectandose a la base de datos); 5: $query=select * from info where FirstName='$FirstName' and 6: LastName='$LastName' and email='$email'; 7:

RE: [PHP] php- something that i don't understand

2001-07-17 Thread Sam Masiello
] -Original Message- From: Yassel Omar Izquierdo Souchay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 17, 2001 4:38 PM To: [EMAIL PROTECTED] Subject:[PHP] php- something that i don't understand Hey guys here is my code 4: mysql_connect() or die (Problemas conectandose

Fw: [PHP] php- something that i don't understand

2001-07-17 Thread Jason Bell
Oops.. forgot to CC the group.. - Original Message - From: Jason Bell [EMAIL PROTECTED] To: Yassel Omar Izquierdo Souchay [EMAIL PROTECTED] Sent: Tuesday, July 17, 2001 12:42 PM Subject: Re: [PHP] php- something that i don't understand try this: mysql_connect(YOUR_DB_HOST