• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

PHP script for Password and Redirection

Based on the id? When they are redirected, are the pages completely different or are only things like name and stuff different?
 
No MySQL database? Can flatfile work for you?

In theorical terms, you would store user information in a textfile, seperate their info by '##' and each new entry by '||'.

On the redirect part, you would first MD5 the entered password, counter check against the one returned from explode()'ing twice, once for the entry and another for the required info. Then, you would use header('Location : blah'); to redirect them to their page.


Thats custom coded, and may not be efficient. HotScripts should be your first stop though.
 
Back
Top