2D Graphics
Audio Editing
Video Editing
Sponsored by
PHP Tutorial Details
Sending queries to mySQL
PHP send quesries to mySQL using mysql_query function. mysql_query function returns boolean (True or False) value which your quesry does not return any records. Queries (sql statements) like SELECT, SHOW, DESCRIBE, EXPLAIN return false value on error. If query is true, returning value must pass to mysql_fetch_array().
Sponsored by
Hit stats
1561 Total
19 This Month
3 Today
Favorites (0)
No users have added Sending queries to mySQL to their Faves yet.
Tutorial Tags
Related Tutorials







Sending queries to mySQL
0 comments so far
Post a comment
You must login or register before you can post a comment on this tutorial.