please help. I don't understand...(about phpmyadmin)

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
zimmer
Forum Commoner
Posts: 59
Joined: Fri Jan 09, 2004 8:22 pm

please help. I don't understand...(about phpmyadmin)

Post by zimmer »

I don't understand what I'm supposed to do with phpMyAdmin for automatically importing my forms data into it, I don't think I'm supposed to make the table before I make the form on my site...I just don't understand working with phpMyAdmin with forms can someone please explain how to do this??
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Explain what your trying to do a bit more.
zimmer
Forum Commoner
Posts: 59
Joined: Fri Jan 09, 2004 8:22 pm

Post by zimmer »

I just don't understand .....

I'm trying to make forms in php that send themselves to a database, but I don't know whether to make a table in phpMyAdmin or to make the form on my website first
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

You want to do the following:

1) Make a database
2) Make a table in the database to store the data
3) make the form
4) write the code to insert the form values into the database.
5) sit back and enjoy!

You need more help than that?
zimmer
Forum Commoner
Posts: 59
Joined: Fri Jan 09, 2004 8:22 pm

Post by zimmer »

finally a good explanation in the order it's supposed to be done. thanks man :)
Post Reply