/ Published in: PHP
I found this snippet - and about 10 others like it - in an app I am re-factoring. Apparently re-factoring db\_fetch\_assoc was too much trouble, as was finding and replacing all references to it with the new function name.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function db_fetch_assoc ($result) { return ap_db_fetch_assoc($result); }