|
- PHP $_POST
- The $_POST variable is used to collect values from a form with method=post. The $_POST Variable The $_POST variable is an array of variable names and values sent by the HTTP POST method. The $_POST variable is used to collect values from a form with...
- Author:Time:2008-03-29 02:52:24 Hits:96 Comment:0 View Article...
- PHP $_GET
- The $_GET variable is used to collect values from a form with method=get. The $_GET Variable The $_GET variable is an array of variable names and values sent by the HTTP GET method. The $_GET variable is used to collect values from a form with metho...
- Author:Time:2008-03-29 02:51:52 Hits:11 Comment:0 View Article...
- PHP Forms and User Input
- The PHP $_GET and $_POST variables are used to retrieve information from forms, like user input. PHP Form Handling The most important thing to notice when dealing with HTML forms and PHP is that any form element in an HTML page will automatically be...
- Author:Time:2008-03-29 02:51:10 Hits:13 Comment:0 View Article...
- PHP Functions
- The real power of PHP comes from its functions. In PHP - there are more than 700 built-in functions available. PHP Functions In this tutorial we will show you how to create your own functions. For a reference and examples of the built-in functions,...
- Author:Time:2008-03-29 02:50:33 Hits:5 Comment:0 View Article...
- PHP Looping
- Looping statements in PHP are used to execute the same block of code a specified number of times. Looping Very often when you write code, you want the same block of code to run a number of times. You can use looping statements in your code to perfor...
- Author:Time:2008-03-29 02:50:13 Hits:9 Comment:0 View Article...
- PHP Arrays
- An array can store one or more values in a single variable name. What is an array? When working with PHP, sooner or later, you might want to create many similar variables. Instead of having many similar variables, you can store the data as elements...
- Author:Time:2008-03-29 02:49:29 Hits:3 Comment:0 View Article...
- PHP Switch Statement
- he Switch statement in PHP is used to perform one of several different actions based on one of several different conditions. The Switch Statement If you want to select one of many blocks of code to be executed, use the Switch statement. The switch st...
- Author:Time:2008-03-29 02:48:36 Hits:51 Comment:0 View Article...
- PHP If...Else Statements
- The if, elseif and else statements in PHP are used to perform different actions based on different conditions. Conditional Statements Very often when you write code, you want to perform different actions for different decisions. You can use conditio...
- Author:Time:2008-03-29 02:47:49 Hits:3 Comment:0 View Article...
|
Copyright 2008 The PHPsu
All rights reserved.
This mirror generously provided by: .Hp Inc. ICP:08000822
Last updated: Fri Jun 6 18:18:33 GMT-8 2008