Are PHP/mysql prepared statements possible when mysqli and PDO are not available? Are there working Pear solutions for this problem?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
http://pear.php.net/manual/en/package.database.mdb2.intro-execute.php
That should contain all the information you need.
Otherwise, the standard mysql_* functions do not provide functionality for prepared statements.