> i'd like to get people's feedback on the possibility/ feasibility of 
> implementing prepared statements in php for atleast MySQL and perhaps 
> more.  i'm new to the list, so maybe you've already discussed this.  i'd 
> like to start developing something like this soon unless someone else is 
> already working on it.  thanks!

Prepared statements isn't something you implement in a scripting language.  
It is something that needs to be implemented in the SQL server itself.  
What exactly would you be "preparing" in PHP space?  

-Rasmus


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to