How to create a login using a mysql database

Eshwar

New Member
Messages
1
Reaction score
0
Points
0
Hi,

I was trying to create a login page sothal all the pple who cme to my page have to login before entering I DONT WANT TO USE javascript

I want to use a mysql database and some script
I created a database but I donno how to create the fields and the records and all
there were no options for it
I saw another thread which sugessted to use myphpadmin what is it?
do I have to download it into my comp and then only make the tables in it ?

Is it ppossible to create tables online?
pls tellme how to do it
neither do I know the script for the login thing
I know a bit javascript I
I am ready to learn or follw some tutorial on php or some thing
but It would be better if i had the code
pls tellme wat to do or tell me where i can find these resourses

-- an amateur web programmer:dunno:
 
Last edited:

GBH187

New Member
Messages
58
Reaction score
0
Points
0
I think you would be better off learning some basic php and mysql before attempting to create a login page

myphpwebadmin is a web based tool that is provided by x10 to allow people who dont know mysql to setup their databases

but it will not create a webpage that allows you to force people to login etc..

perhaps you should look into htaccess, it is a mechinism to protect a folder from un authorised access

http://www.nexcess.net/support/tutorials/misc-tools/htaccess-authentication/
 
Top