View Single Post
  #18 (permalink)  
Old 12-05-2005, 03:41 PM
TrafficProducer TrafficProducer is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: United Kingdom
Posts: 1,766
TrafficProducer RepRank 1
Default (mysql_error());

I see you are using :-
Quote:
(mysql_error());
I use PERL for SQL, MySQL

In which I use a $dbh->errstr Example:-

$sth->execute or &sql_error_message("Can't open Could not execute SQL statement it maybe invalid. errstr==>" . $dbh->errstr); # dienice ("Can't open Could not execute SQL statement it maybe invalid");

The sub-routine emails me with any error.

I bet PHP has similar
__________________
Videos to Watch and Video Publishing
Affiliate Program! Our Affiliate Program Pays 50.00% Business Support
Reply With Quote