From: Claudio Nanni Date: February 26 2009 7:12pm Subject: Re: catch the error [OFF TOPIC] List-Archive: http://lists.mysql.com/mysql/216496 Message-Id: <49A6E986.1030701@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Gentlemen, my opinion is that this post is OFF TOPIC, let's don't wade into the PHP world here, let's keep this list clean and focused on MySQL. If the insert works from console and not from PHP probably is PHP related problem and there are thousands of lists on PHP. This is the most professional list on MySQL, let's keep it on MySQL. Phil, this is my humble opinion. Regards, Claudio Nanni PJ wrote: > What is wrond with this file? same identical insert works from console > but not from this file :-( > > >
>Error performing 1st query: " . > mysql_error() . "
"); > exit(); > } > ?> > > > > > Seems to be good to print out the error message, but that's all. db not > written. > >