Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Dan Bowkley
Anyone? - Original Message - From: Dan Bowkley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, May 02, 2004 1:21 AM Subject: [PHP-DB] lamer noob with repeat question Hello everyone, I've been working on (read:tearing my hair out over) my mom's website for some time now.

RE: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Uzi Klein
Try $result_insert = @mysql_query ($query_insert) or die(mysql_error); -Original Message- From: Dan Bowkley [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 08:37 To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] lamer noob with repeat question Anyone? - Original Message - From

Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Hans Lellelid
Hi, I think there are probably a few reasons why no one has answered: 1) This isn't a database problem, 2) You can apply some pretty standard debugging practices to narrow down the problem, and 3) Your code is hard to follow -- and fact application logic is being lost in the all the

Re: [PHP-DB] lamer noob with repeat question

2004-05-04 Thread Hans Lellelid
Dan Bowkley wrote: } else {echo OOPS! Your programmer is an idiot!\n;} }} ... and consider removing this for a couple reasons: 1) If a user should never see this, then design your application so that they never do. 2) If this code ever could be executed, then you probably want to handle it in