25.11.2012, 10:17
Quote:
Nice class Your should try to protect your queries from SQL injection though. Also, it's a bad idea to make the script die for every single error, even small ones. Instead try sending an error message or an exception.
|
And well, i'm going to "install" other prepare function than the current one, which will, without any bugs, escape and protect the queries from online injection more than now.(since the prepare script already escape and stripslashes the input data)
And about the exceptions, i'll create them today, for sure ;P