[PHP-DB] Re: SQL/PHP problem

2001-12-21 Thread Jeremy Reed
Actually, your problem lies in your SQL code. Instead of "DELETE * FROM Table" the correct syntax is "DELETE FROM Table" Regards, Jeremy Reed "Brian Grayless" <[EMAIL PROTECTED]> wrote in message C3C8C2499A63D211BB7D00A0C9E1C7060128707F@PRI-NT1">news:C3C8C2499A63D211BB7D00A0C9E1C7060128707F@PR

[PHP-DB] Re: SQL/PHP problem

2001-12-19 Thread Fred
For some reason, dates and databases seem to cause problems for many people. Yes, you should certainly rtfm, there are many functions in php and mysql/postgresql that deal with functions and they may clarify your problem. Then again, they may not. The basic problem that most people run into is th