|
|
|
|
| |
Forms and PHP
One of the most popular ways to make a web site interactive is the use of forms. With forms you can have users register for different things, submit any information you can imagine, upload files, and all types of other things. In this tutorial, we will go through the basics of forms and how to handle the data that comes from those forms with PHP.
For the scope of this tutorial, I will assume that you have a basic knowledge of HTML and PHP. Though, you can probably get by without a great understanding of either. I will cover several different form elements, including textboxes, checkboxes, select (or drop-down) boxes, radio buttons, and textareas.
In this tutorial, I am going to show you how to access the information that has been entered into a form. It is up to you to decide what you want to do with it. You can put that information into a database, a flat file, email it off, or countless other things. All I will be showing you is how to get to that data.
Ok, enough of that. Let's get to it!
|
|
| |
| How To add paging (Pagination) with PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, HTML and PHP | | | Making PHP Forms Object-Oriented Categories : PHP, HTML and PHP, Object Oriented | | | Webstatistics with Redirectors Categories : PHP, HTML, HTML and PHP | | | Uploading files to the server with PHP Categories : PHP, File System, HTML and PHP, HTTP | | | Sending Form Data in EMail Categories : PHP, Email, HTML and PHP | | | Alternating row colors with PHP and mySQL Categories : PHP, Databases, MySQL, HTML and PHP | | | tracking where and what on your site people are clicking Categories : PHP, MySQL, HTML and PHP, HTML | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Static HTML Generation With PHP Categories : PHP, HTML and PHP | | | Database Abstraction with PEAR Categories : PHP, Pear, Databases | | | Aspect-Oriented Programming and PHP Categories : PHP, Aspect Oriented Programming | | | A Useful Event Calendar Written In PHP Categories : PHP, Date/time, Calendar | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | | | PHP References Explained Categories : PHP References, PHP | | | Custom Error Messages When Using $PHP_SELF as Form Action Categories : PHP, PHP Configuration | |
| | |
|
|