I’m working on a website to get a cell store. We need to add some sort of secure employee login to ensure the stores may login and begin a attached article with employee only information that we will also often be creating for these individuals. Never did this particular before so I’m unclear how to take action. Can someone help me. I also simply lost my job so this is certainly something I have to help me find different person. Any advice could help!!
Thank you!
what technology do you think you’re using how " secure" does your login must be
simple login steps:
1)username and pass entered for a form with PUBLISH as method
2)a username/password lookup from the database using the posted data
3)if the lookup succeeds place a value into session
session_start();
$_SESSION'empLoggedIn'=1;
4)on the secure page (example EmployeeInfo. php)
the 1st statements would be
sesion_start();
if ($_SESSION'empLoggedIn'! =1)
header('Location: http: //www. search engine. com'); //or w/e page you want to kick em out too
Thank you! All of in which looks vaguely familiar!
okay so another question….
they want a employees exclusively login, then they need it where their employees can insert the manufacturer and model info of the cell which than leads proper series of questions about any harm, etc which by that information a cost is computed. Got any ideas how I’d personally do that This job is for a friend I’m trying to accomplish this so I can get a job. Thanks to your help!
its hard to advise anything without figuring out which technologies everyone have
Anyways to conclude.
HTML CODE forms to post user data
THE server-side language (JSP, ASP, PHP)
THE backend database (or record or array) along with collision type in addition to prices
Relating to dreamweaver basically. Is there another program I need to download like which backend database Any tutorials you could know of for asp or php i am sorry to bug u but thanks for that responses your aiding me out a lot.
Dreamweavers excellent.
PHP Tutorials
http: //devzone. zend. com/node/view/id/627
MYSQL
http: //dev. mysql. com/doc/#Installing
thanks that helped a good deal!