Page 1 of 1

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

Posted: Thu Jan 15, 2004 9:36 pm
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??

Posted: Thu Jan 15, 2004 9:48 pm
by kettle_drum
Explain what your trying to do a bit more.

Posted: Thu Jan 15, 2004 9:59 pm
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

Posted: Thu Jan 15, 2004 11:23 pm
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?

Posted: Thu Jan 15, 2004 11:46 pm
by zimmer
finally a good explanation in the order it's supposed to be done. thanks man :)