How to get internal resource pointer from a MySql result set in Php? -
Mysql_fetch_array transfers the internal resource indicator on a MySQL result set, but how do you achieve the current value of internal processing?
gives the resource you can find.
mysql_connect - Open connection to a MySQL server
Return value
Returns a MySQL link identifier on success, or on failure FALSE
Unless I misunderstand ..
Comments
Post a Comment