Are PHP/mysql prepared statements possible when mysqli and PDO are not available? Are there working Pear solutions for this problem?
相关问题
- Views base64 encoded blob in HTML with PHP
- Laravel Option Select - Default Issue
- PHP Recursively File Folder Scan Sorted by Modific
- Can php detect if javascript is on or not?
- Using similar_text and strpos together
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.