Is there any way to call a MySQL Stored Procedure or Function from PHP script?
| SitePoint Sponsor |
Is there any way to call a MySQL Stored Procedure or Function from PHP script?
FFCA1340CCAC3477D2D34327AC0ABB7B
Yep PEAR :: DB has prepare and execute I belive.
Check out the end user doc to see if it has what you need.
http://pear.php.net/package/DB.
Bookmarks