![]() |
|
| |||||||
| Notices |
| mySQL & PHP Discussions, information and help with mySQL and PHP. |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| I have set up a database but how do you connect it to... say your sign up form and have it automaticly put in the account details? also after you have done this how would you view all the accounts or just some selected ones? thanks if you know the answers!! ;) |
|
#2
| ||||
| ||||
| You need a script to take the fields submitted by the form, create variables, and input the variables into the database. Then to view you need a script to query the database, retreive the desired information, and then display it on the web page.
__________________ Register/Login Script Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script |