Support Forums

Full Version: Mysql & php
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Im still learning php as my first language I skipped html because i have basic knowledge of it. But my question is if im on a website and want to get Mysql data, can I do this through php? Im thinking I can but I might be wrong.
Yes you can functions mostly used for this are
mysql_connect
mysql_fetch_array
mysql_query
mysql_num_rows
mysql_close
and there are few more...

There is a tutorial on how to connect ot the sql db, let me find it for you!


Found it:
http://www.supportforums.net/showthread.php?tid=116
Thinks Master I appreciate it.
Cheers for this Smile