Pam Van Londen, Corvallis Artist, Oregon Artist. Creating Every Day…paintings, web sites, and courses Oregon daily painter, murals and portraits. Corvallis Web Designer / Web Developer. Original abstract landscape oil paintings

PHP Scripts

Posted in Knowledge Base and User Data 5 years, 8 months ago at 3:28 pm

Scripts can be placed in web pages to perform actions after an event occurs, such as submitting form data. Many scripts exist to handle various tasks and some are easy to customize for your unique purposes.

Use a textbook, online tutorials, and other readings and resources to write a simple script.

Download the chapter scripts from the following text web site to see how form data can be validated with .php.

PHP 6 and MySQL 5: Visual QuickPro Guide, 3rd Ed.
Larry Ullman. Peachpit Press. 2008. Errata

Note: OSU restricts the use of SSL certificates on the ONID servers.

Resources

Hotscripts.com
Long list of login scripts to choose from.
Form Processor Scripts
For PHP at Scripts.com.
PHP Builder
More code snippets.
PHP Login Script with Remember Me Feature
Excellent tutorial with code to copy.
Registration Form Sample
PHP. VDaemon from X-Code.com. Validates userID and password against a database, plus email format, and displays errors in red on the same page.
Easier form validation with PHP
Simon Willison’s Weblog. See the demo; it displays error messages on the page and adds red ! marks.
Form and validation
PHP. Ben Lenarts, 2004.