|
|
|
|
|
|
| |
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!
|
|
| |
| Static HTML Generation With PHP Categories : PHP, HTML and PHP | | | Webstatistics with Redirectors Categories : PHP, HTML, HTML and PHP | | | Multicolumn Output from a Database with PHP Categories : PHP, Databases, HTML and PHP, MySQL | | | Sending Form Data in EMail Categories : PHP, Email, HTML and PHP | | | tracking where and what on your site people are clicking Categories : PHP, MySQL, HTML and PHP, HTML | | | How To add paging (Pagination) with PHP and MySQL Categories : PHP, Beginner Guides, Databases, MySQL, HTML and PHP | | | Uploading files to the server with PHP Categories : PHP, File System, HTML and PHP, HTTP | | | Alternating row colors with PHP and mySQL Categories : PHP, Databases, MySQL, HTML and PHP | | | Making PHP Forms Object-Oriented Categories : PHP, HTML and PHP, Object Oriented | | | Working with Dates and Times in PHP Categories : PHP, Date Time | | | 10 PHP Functions I Bet You Didn't Know About! Categories : PHP, PHP Functions, Filesystem, Arrays, Errors and Logging | | | Date Arithmetic With MySQL Categories : PHP, Databases, MySQL, Date Time | | | Using the .NET Assembly in PHP Categories : PHP, .NET | | | Aspect-Oriented Programming and PHP Categories : PHP, Aspect Oriented Programming | | | Saving Images in MySQL Categories : MySQL, PHP, Graphics, Databases | |
| |
|
|