For Programmers: Free Programming Magazines  


Home > Archive > PHP SQL > September 2007 > ADOdb w/MySQL









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author ADOdb w/MySQL
Joe

2007-09-04, 7:03 pm

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't 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.



NC

2007-09-04, 10:02 pm

On Sep 4, 12:42 pm, "Joe" <jo...@gmail.not> wrote:
>
> 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

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com