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 :) Link to comment https://forums.phpfreaks.com/topic/4746-user-login-script-help/ 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 Link to comment https://forums.phpfreaks.com/topic/4746-user-login-script-help/#findComment-16720 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.