Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHPMac.com:
Two New Tutorials (Switch Navigation & A Simple Login)
Dec 28, 2005 @ 12:30:58

PHPMac.com has two more new PHP tutorails today - Navigation using Switch and Single-Page Password Protection.

In the navigation tutorial, they show you a simpel way to use the switch() control to display different content based on a variable set in the $_GET array (URL string).

The second tutorial, Single-Page Password Protection, shows you quickly how to create a form that takes in a password and checks it against one hard-coded into the PHP script. If it validates, the "secret content" is shown.

Both of these tutorials are very simple, and, if you're not careful with them, could cause some security issues with your scripts. All in all, though, they're a good starting place...

tagged: tutorial switch navigation simple login tutorial switch navigation simple login

Link:


Trending Topics: