grsites
06-18-2001, 05:50 PM
I need to update a MySQL database running on a web server that you can run searches on from the web. I know about web site design, CGI, etc... but have never used this database software.
Any help would be appreciated...
Gabriel Ross
Foo-Dawg
06-18-2001, 07:56 PM
There are a whole bunch of good mySQL tutorials out there. Some good ones are this (http://www.devshed.com/Server_Side/MySQL/Speak/) DevShed one, about SQL(mySQL) basics, this (http://www.devshed.com/Server_Side/PHP/DB_Basics/) Devshed one about interacting with mySQL via PHP, and this (http://www.codingclick.com/article.php/aid/12) one from CodingClick with mySQL basics.
Also the official site (http://www.mysql.com) of mySQL has plent of good information on it as well.
Hope this helps :D
chrisf
07-12-2001, 01:46 AM
If you still need some MySQL help, feel free to e-mail me at chris@chrisf.net. I'll walk you through a few things. However, I do recommend reading the documentation on the reply above mine, it is very helpful.