djone21 Posted March 12, 2006 Share Posted March 12, 2006 I need help writing a php script which does this:[list][*]user can log on using a username and password[*]each user can be directed to a unique site[*]upon successful logon, a hidden value (of the users name) is submitted for use in another form[*]An error message is displayed if the user/pass are incorrect[*]if possibe (not required) passwords to be hashed, so somebody can't view them by "view source"[/list]I want to avoid SQL at all costs, as the server this will be running on doesnt have SQL.Any help would be greatly appreciated :) Quote Link to comment Share on other sites More sharing options...
Toni_montana Posted March 12, 2006 Share Posted March 12, 2006 Aren't we all in need of some help Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.