RE: [PHP] no worky :|

2003-04-03 Thread Jennifer Goodie
Have you checked to make sure your query works, the syntax looks really odd. I've never seen INSERT ... WHERE -Original Message- From: Sebastian [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:20 PM To: php list Subject: [PHP] no worky :| Hello, This form is really

Re: [PHP] no worky :|

2003-04-03 Thread Sebastian
thanks for pointing that out yeah, you're right it was wrong, should be UPDATE news_comments SET WHERE ... since there was already a row. ... still can't get it to post to the database though. cheers, - Sebastian - Original Message - From: Jennifer Goodie [EMAIL PROTECTED]

RE: [PHP] no worky :|

2003-04-03 Thread Jennifer Goodie
to run it, so you can see what is wrong with it. -Original Message- From: Sebastian [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 2:33 PM To: Jennifer Goodie; php list Subject: Re: [PHP] no worky :| thanks for pointing that out yeah, you're right it was wrong, should

Re: [PHP] no worky :|

2003-04-03 Thread Sebastian
, April 03, 2003 6:24 PM Subject: Re: [PHP] no worky :| | Where is the query getting the id from? | input type=hidden name=id value=$_POST[id] might be needed in your form. | hugh | - Original Message - | From: Sebastian [EMAIL PROTECTED] | To: php list [EMAIL PROTECTED] | Sent: Thursday

Re: [PHP] no worky :|

2003-04-03 Thread Sebastian
haha, good one! Funny, I have a bad habbit of using ugh. cheers, - Sebastian - Original Message - From: Hugh Danaher [EMAIL PROTECTED] | The name's not ugh it's Hugh ; ) | - Original Message - | From: Sebastian [EMAIL PROTECTED] | ugh, just when you posted that I got

RE: [PHP] no worky :|

2003-04-03 Thread John W. Holmes
thanks for pointing that out yeah, you're right it was wrong, should be UPDATE news_comments SET WHERE ... since there was already a row. ... still can't get it to post to the database though. Then you still have an error in the query or your WHERE clause is not matching