creating mysql database?

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
cypher235
Forum Newbie
Posts: 15
Joined: Tue Jul 25, 2006 10:22 pm
Location: Dickson, Tennessee

creating mysql database?

Post by cypher235 »

ok im new to all of this so please be patient with me, i just set up hosting for my new site and im trying to set up a mysql/php database, pretty much what i need to do is have a form i created send it's information to the database so i can use php to get it onto the page, umm like a blog comment for example, i have no clue what im doing but i set up the database and need to create tables which im guessing is how the information gets put into the database from the form, if anyone could please help me with this i would greatly appreciate it, oh and im using phpMyAdmin 2.7.0-pl2 to set up everything unless someone suggests something better if that helps any
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

Re: creating mysql database?

Post by GeXus »

cypher235 wrote:ok im new to all of this so please be patient with me, i just set up hosting for my new site and im trying to set up a mysql/php database, pretty much what i need to do is have a form i created send it's information to the database so i can use php to get it onto the page, umm like a blog comment for example, i have no clue what im doing but i set up the database and need to create tables which im guessing is how the information gets put into the database from the form, if anyone could please help me with this i would greatly appreciate it, oh and im using phpMyAdmin 2.7.0-pl2 to set up everything unless someone suggests something better if that helps any
http://www.freewebmasterhelp.com/tutorials/phpmysql Here is a good tutorial that should get you up to speed. Just did a google search for "php mysql tutorial"
Post Reply