Tag Archives: Header Location

secure login

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 PHP:         session_start();         $_SESSION’empLoggedIn’=1;         4)on the secure page (example EmployeeInfo. php) the 1st statements would be PHP: sesion_start();                   if  ($_SESSION’empLoggedIn’! =1)                                        header(‘Location:   http: //www. search engine. … Continue reading

Posted in Web Design | Tagged , , , , , , , | Leave a comment

URL rewrtiting

I simply ran my website thru Nibbler and one of many comments was the following Because I use PHP consists of for headers and also footers, ALL this pages have track extensions of PHP. The only place Concerning heard about URL rewriting in the slightest I can understand is within WordPress, and MY SPOUSE AND I do use custom made permalinks in my personal blog. Can anyone inform me mopre in relation to rewriting URLS Are these claims an htaccess matter Yes, it is htaccess. In ones case, if you do have a custom CMS programmed into your web blog, you’ll need over that. You’ll also will need a table (or a minimum of a column inside a table) that manages your " friendly" URLs, and additional legitimate to map the friendly URLs into the correct resource. For instance, if you possess You will want to replace that along with: To ensure that " widgets" and also " cogs" are written into right onto your pathway. That you can do that as just as altering the " pages" table therefore: Code: ADJUST TABLE my_pages BRING COLUMN friendly_url VARCHAR(255) NULL; ADJUST TABLE my_pages BRING INDEX(friendly_url) You’ll wish to index the column, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , | Leave a comment