- 1,251 categories
- 40,829 scripts
- Intended for programmers interested in experimenting with complex user interface elements, this tutorial explores using PHP to generate JavaScript based on data in a database. This tutorial explains a class called chainedSelectors. This class helps y...
- In this part four of a series on HTML form handling with PHP, it explains how to create a powerful PHP form handler, called Phorm Manager. Topics include: Design goals, Internal data management, form validation, and more. Full source code available.
- This article describes how to create a generic form processor in PHP. Discussion involves form elements, hidden fields, and more. Also covers the installation process of NuSphere MySQL, an integrated multi-platform distribution of Apache, Perl, PHP, ...
- This 2-page tutorial shows how to work HTML forms in PHP. Topics covered: Drop menu builder, Radio buttons, Check boxes, Error processing, and more.
- This short tutorial will show you how to pass a variable through 2 pages. It can be used, for instance, to verify information from a form submission.
- Checkboxes in web forms are useful because they allow the person filling out the form to choose from a wide range of possible choices. Specifically, it allows the user to choose some, all or none of the elements. Although checkboxes are excellent for...
- PHP has built in functionality for dealing with HTML forms. This tutorial shows you how to tap into these powerful features.
- This is a tutorial on how to write your own Feedback script in PHP, complete with source code.
- Ever wondered how you can use a form to log someone in, or get information from the user and drop it into a database? This is a good example of how to get all of the info from those elusive cells. It also shows you how to make sure that they don&apos...
- This tutorial teaches you how to process a simple feedback form. It records the date and time that the user logged into the system and saves this information, in addition to the user''s name and email address, in several cookies. Upon subsequent...
Page: