PHP: Ending the fun
Well folks, it has been a fun three weeks with PHP. In week one (www.nwfusion.com, DocFinder: 2831), we took a 5,000-foot view of PHP, its history and market. In week two (DocFinder: 2830), we looked at how to include PHP scripts in Web pages. Last week (DocFinder: 2829), we looked at using PHP in scripts.
This week we'll wrap up our look at PHP by examining how to handle forms in PHP, then we must move onto other topics that are whetting our appetites.
Handling a form in PHP is easy. Here's a form to be filled in by a user:
<form action= " phptest.php " method= " GET " >
Your name <input type= " text " name= " unam " ><br>
Your town <input type= " text " name= " town " ><br>
<input type= " submit " value= " Tell me! " >
</form>
As forms go it
» posted by ITworld staff
Network World
Symantec Backup Exec 12 and Backup Exec System Recovery 8 deliver industry leading Windows data protection and system recovery. Download this whitepaper to find out the top reasons to upgrade and how to get continuous data protection and complete system recovery.
Data and system loss — from a hard drive failure, malicious attack, natural disaster, or simple human error — can happen anytime. Don’t leave your business vulnerable. Make sure you have a secure recovery strategy in place. Symantec's latest backup and system recovery technology can efficiently restore critical applications, individual emails and documents and even restore your entire system in minutes in the event of a loss.
Businesses face a growing challenge to ensure that the IT environment is properly protected. Backup Exec 12 integrates with other applications in the Symantec family of products, to complement your current data protection strategy, keep your data securely backed up and make it recoverable when you need it most.







