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

2004-01-20 Thread Radwan Aladdin
Just before a minute I sent a message with an attachement.. but the attachement was canceled by the list!! Any way.. these are the codes of the pages : Login.php : ?php $link = mysql_connect(localhost, Database username, Database password) or die(Could not connect: . mysql_error());

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:

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

2004-01-20 Thread Radwan Aladdin
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: . mysql_error()); And I fixed the other pages.. Regards.. - Original Message - From: Toby Irmer

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 Angelo Zanetti
try figure it out for yourself and not rely on us to supply you with the answer. you might want to read about etiquette when posting to mailing lists/user groups -Original Message- From: Radwan Aladdin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 20, 2004 3:12 PM To: [EMAIL PROTECTED]