Re: [PHP] Re: I'm getting frustrated with this.

2001-11-30 Thread chip
Got it! Turns out to be one of those obvious left-it-out errors that happens when staring at the monitor too long. One other guy helped point this out off-list. I'm at home now and don't recall his name, the emails being at work. Thanks to all, Chip On Friday 30 November 2001 12:09 pm, Fred wr

[PHP] Re: I'm getting frustrated with this.

2001-11-30 Thread Fred
If you want to know exactly why mysql functions fail you should always, and I do mean always, use this form: $Result = mysql_query($Query, $Connection) or die (mysql_error()); You will always get a fairly descriptive error from mysql. If you still do not understand the error, at least you

[PHP] Re: I'm getting frustrated with this.

2001-11-30 Thread Julio Nobrega Trabalhando
Well, you could go to www.hotscripts.com/PHP article and tutorials sections. But it is easy. Delete syntax is: This will boom every record. DELETE FROM table; This will boom every Joe: DELETE FROM table WHERE name='Joe'; This will boom an id. That's probaly the way you want. A