is there a tutorial for putting a mysql database onto my website?
i am new at this and I have a small understanding of what php and mysql do. Is there a tutorial online that will guide me through building a database on my website?
2 Responses to “is there a tutorial for putting a mysql database onto my website?”


Might want to talk to your webhost to see if there is an extra charge to run php and mysql. Yahoo Host Plan is around $20 a month which will set it up automatically.
Heres some good tuts that will help you out!
http://www.devshed.com/c/b/MySQL
http://www.analysisandsolutions.com/code/mybasic.htm
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
Report this comment
Most hosting that included MySQL sets it up automatically. To manage your database, try phpMyAdmin: http://www.phpmyadmin.net/home_page/index.php – though this should be password-protected from your users.
http://www.devshed.com/c/b/MySQL
http://www.analysisandsolutions.com/code/mybasic.htm
http://hotwired.lycos.com/webmonkey/programming/php/tutorials/tutorial4.html
Report this comment