Phorm Manager PHP / Forms
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.
Form Handling PHP / Forms
We are going to be working with the $_Post or $_Get arrays. They basically tell the form if i needs to post something, or get something. In this case we are going to be showing you the basics of a contact email form, so we will be using the $_Post array.
Creating a PHP Quiz Page PHP / Getting Started
PHP can be used to evaluate Quiz pages. The quiz page may be written in a normal form fashion, either multiple choice or True-false. After you create this form page, setting your PHP page as the action for the form, your php page can pick up the variables and evaluate the results of the form, scoring the form.
Creating a PHP form PHP / Forms
PHP is a great processor of forms, hence knowing how to write a simple form for php processing is the precursor to make the PHP work.
PHP form Introduction PHP / Forms
This article demonstrates how to use PHP forms. You will find detailed information from the form basics to advanced form processing.
Making a PHP Login Form PHP / Membership
This is a failry simple thing to do and in this tutorial I will show you how to construct a PHP login form using the functions in my php login form script.
Creating simple PHP contact form PHP / Emailing
When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script.
Creating simple PHP contact form PHP / Emailing
When you need user send feedback to your email you can usecontact form. In this tutorial you'll learn how to create contact form with php script.
Creating a simple contact form with PHP PHP / Forms
In this tutorial I will show you how to create a simple contact form with PHP. With the help of a contact form your visitors will fill out a form and its content will be send to you via email.
The Universal Web Form Processor PHP / Forms
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, and MySQL.
PHP Contact Form PHP / Forms
I made a simple form, but it gets the job done. You can customize it if you want, but remember to use the same form variables.
Error Handling PHP / File Operations
Every programmer wants to practice effective error handling. Learn how to control the size and other aspects of file uploading on your server by error handling.
Reporting and handling errors in PHP PHP / Debugging and Error Handling
When developing a PHP project, whether it's a simple website or a much larger web application, it's always a good idea to take into account the potential appearance of errors in your PHP code. An error occurs whenever PHP tries to execute an instruction which either results in an impossible outcome, or otherwise prevents the script from executing in the manner intended by the programmer.