Prepared statements possible when mysqli and PDO a

2019-09-17 14:28发布

问题:

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.