05-26-2011, 05:23 PM
|
#2 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
Check to see if $sth->execute() is returning true or false. If it is false then there was an error and you should use PDOStatement->errorInfo() to get the error message.
__________________
Eric
|
|
|
|