PDA

View Full Version : php databse


asgsoft
11-05-2004, 12:53 PM
i have a ms databse with 12 tables. i want to create a form that recalls data from the database according to the table selction from a drop menue. so you chose a month from the menua and type a day on the txt box and a form gets the result. will i use the <form action"get"> tag or what?

TjeerdJan
11-05-2004, 02:36 PM
Originally posted by asgsoft@Nov 5 2004, 03:53 PM
i have a ms databse with 12 tables. i want to create a form that recalls data from the database according to the table selction from a drop menue. so you chose a month from the menua and type a day on the txt box and a form gets the result. will i use the <form action"get"> tag or what?
5934

Yeah that might work but you could open msaccess and let it generate a page for you so you can examine the source of it.

asgsoft
11-05-2004, 03:05 PM
how do you do that?

if no one knows, then can you recommend a place where i can get help

688206002
11-09-2004, 03:35 AM
I can make one for you if you switch to MySQL... :P
Or do you just need help with the concept?

asgsoft
11-09-2004, 10:10 AM
what do you mean. i don't know anything about mysql? so can you please explain

TheRudy
11-09-2004, 01:31 PM
Just re-create a new db in MySQL with the phpMyAdmin over CPanel, the phpMyAdmin is very easy tool to use! If your not sure about anything ask and everybody will help you...

PS: Throw away msaccess :D

mahangee
11-09-2004, 05:59 PM
To access phpmyadmin (the best way run use MySQL IMO) go to this url http://hostmatrix.org:2082/3rdparty/phpMyAdmin/index.php and enter your cpanel details. Then you can create a databases and such. Also it is the best db for php supproted work =D

Reasons to use MySQL instead of MicroSoft Access Fast and reliable
Has a dudy GUI in the name of phpMyadmin
Is very easy to use with PHP
Is just far better for internet work.

Hope that helps.

asgsoft
11-09-2004, 06:35 PM
so how can i start to insert the data again. and how do i go aroud the actual web coding. can you please help me with that. i havn't ever used MySql before.