Kan, you help me?
|
I'm making a website on freewebs, and I want to have a login page, that will store data of people who logg in, can you help people? Just somthing that saves the data of people who sign up? I would like to know..
______________________________________________________________________________________
Darkness is simply the absense of light |
Re: Kan, you help me?
Link |
by
![]() |
you can save data one of 2 ways: 1. in a file 2. in a database do you have php? if so, use that. otherwise use perl. you can go to lycos.co.uk and get a free mysql account when you sign up! if you dont have access to mysql or any other database, or you dont want to learn how to write sql commands, use a flat file. make sure if you do use flat file that you append to the file, not replace it each write. also make sure you give httpd permission to write the file (+w) ![]() ![]() ![]() |