Click to See Complete Forum and Search --> : php and mysql
Da Warriah
07-21-2003, 09:25 AM
well ive decided that id like to learn a bit about how mysql works, and since i already know php, id specifically like to know about the interaction between the two...so are there any sites youd recommend for learning mysql? i mean, im sure there are lots out there, but im looking for a GOOD site to learn it from:)
brendandonhue
07-21-2003, 12:24 PM
Using PHP and MySQL is really easy. It has built in functions such as
mysql_connect()
mysql_select_db()
mysql_query()
mysql_close()
...You get the idea.
Heres a tutorial on using PHP and MySQL. You can skip the parts about intro to PHP since you already know it.
http://www.mysql.com/articles/ddws/
Da Warriah
07-21-2003, 02:00 PM
thanx for the link, that helped a lot...now i at least know the basics of MySQL...i think i can figure out most of what i might need now, thanx a bunch:D