]
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: &
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
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
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
4 matches
Mail list logo