RE: [PHP] Sorry the attachement was not received!! I put the codes here.

2004-01-20 Thread Angelo Zanetti
] Subject: Re: [PHP] Sorry the attachement was not received!! I put the codes here. Hi dear.. thanks for your reply.. I fixed the Login.php file :) Error : 'Random' Right : 'Random'; But what must I do with this?? : $result = mysql_query($query1) or die("Query error: &

Re: [PHP] Sorry the attachement was not received!! I put the codes here.

2004-01-20 Thread Toby Irmer
The error is not in that line... check the line before that one. Here, this might be of use... Copy and paste it: ; > $result = mysql_query($query1) or die("Query error: " . mysql_error()); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Sorry the attachement was not received!! I put the codes here.

2004-01-20 Thread Radwan Aladdin
essage - From: "Toby Irmer" <[EMAIL PROTECTED]> To: "Radwan Aladdin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 5:07 PM Subject: Re: [PHP] Sorry the attachement was not received!! I put the codes here. > Go check your code fo

Re: [PHP] Sorry the attachement was not received!! I put the codes here.

2004-01-20 Thread Toby Irmer
Go check your code for obvious errors before you post it on this list: $Random = 'Random' $result = mysql_query($query1) or die("Query error: " . mysql_error()); Now spot the mistake. If you can't... tough luck. toby -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht