Page 1 of 1

How to create a local database?

PostPosted: 05. April 2010 13:16
by aapka_ankit007
i am connected to my 4 frnds via wlan (router)

i want to create a local database for us
i have already installed XAMPP in my windows xp sp3 system

i want:

whenever someone enters my localhost url , he should see a login page.
if the username and password are correct, then he should enter a table which says him to enter his name, age, date of birth etc.


pls help me

Re: How to create a local database?

PostPosted: 06. April 2010 19:36
by aapka_ankit007
someone pls help me

Re: How to create a local database?

PostPosted: 06. April 2010 19:55
by Altrea
What do you want?
A tutorial how a database is structured?
A tutorial how to code a login script?
A tutorial how to code a html form?

All of them are offtopic here, because they have nothing to do with xampp itself.

- Start your Apache and MySQL in your XCP
- Open http://localhost/ in your Browser
- In your Xampp Backend click on phpmyadmin (there you can create databases and datatables)
- read Tutorials about html forms, how you can process the data with php, etc.
- the right place for your php and html files is your htdocs folder (or a subfolder of them)