ADOdb w/MySQL
2 Message(s) by 2 Author(s) originally posted in php sql
| From: Joe |
Date: Tuesday, September 04, 2007
|
A few years back I did a little piece using PHP/MySQL (just before the days
of
register globals being turned off).
I am aware of mysql escape
string but understand that ADOdb is the preferred
solution nowadays.
How can I test if a
host supports ADOdb for MySQL? I can not see anything in
phpinfo and I am wary of picking up outdated information from Google. (a
bit
like still finding PHP scripts that depend on register globals being ON).Thanks in advance.
| From: NC |
Date: Tuesday, September 04, 2007
|
wrote in message:
I am aware of mysql escape string but understand that ADOdb
is the preferred solution nowadays.
You are mistaken. There is still no "preferred solution". There are
DB
abstraction layers, there are
development frameworks, there's the
new MySQLi extension, and there are those who still resist DB
abstraction as being unduly resource-intensive.
Cheers,
NC
Next Message: Error with < in SQL