parent root
PHP: MySQL (Original) - Manual

Original MySQL API

add a noteadd a note

User Contributed Notes 1 note

up
-7
Anonymous
4 months ago
Just be aware that in php 7.x has been removed this section of mysql_xxx and you must use the mysqli_xxx version (or the PDO version).
To Top
parent root