tags:

views:

59

answers:

4

Can anyone show me or point me to a tutorial that shows me how to upload info like an article to a mysql database using php.

+1  A: 

http://www.w3schools.com/PHP/php_mysql_intro.asp provides excellent beginner guides for php and mysql.

Jonas B
A: 

I was actually looking for the same thing and found the w3 site, but I haven't started the tutoial. Is it actually any good? Anyone else use it?

tb
They are good for learning the basics, at least I find them to provide solid information and good examples.
Jonas B
The W3C (who have the domain w3.org and are sometimes known as the W3) and W3Schools are different organisations. Don't confuse them. The W3C create the standards, W3Schools write (generally poor) tutorials and references.
David Dorward
Thanks David, i appreciate the heads up
tb
+1  A: 

I taught myself from some tutorials from About.com in High School. I don't know if this is the exact tutorial I found, but it seems to be concerned with hooking the two together.

http://php.about.com/od/phpbasics/ss/php%5Fmysql.htm

GIGGAS2
A: 

Another good way to make a site using mysql is to use joomla. I designed a site using that in college. Not Hard to pick up at all.

tb