skip to main
|
skip to sidebar
Php Consultant
bidvertiser
internet advertising
Monday, September 8, 2008
PHP Form handling – GET Method
HTML Forms same as before.
Two submission methods: POST and GET.
Enter your roll number
Enter your name
Enter your address
Using the GET method.
How to receive data from GET method form.
We can use the PHP’s $_GET[ ] collection.
echo "Your name is: ".$_GET['txtName']."
";
echo "Your roll number is: ".$_GET['txtRno']."
";
echo "Your address is: ".$_GET['txtAdrs']."
";
?>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Forex
Blog Archive
►
2009
(2)
►
February
(1)
►
January
(1)
▼
2008
(35)
►
October
(14)
▼
September
(21)
Example 4 file reading
PHP file reading
Example open for read
PHP file open for read
Example code 4 create & open
PHP file create and open
Other functions
Session Name & ID
Session Start
PHP Session Functions Reference
What is a PHP Session?
PHP Form handling – POST Method
PHP Form handling – GET Method
The ‘include’ and ‘require’ functions Example
The ‘include’ and ‘require’ functions
DATE & TIME Formats
SAMPLE CODES
PHP Contents (Continued)
PHP Contents (Continued)
PHP Contents (Continued)
PHP Contents
Feedjit Live Blog Stats
page-rank10.com - PageRank10 Experiment
page-rank10.com
- PageRank10 Experiment
Partner links
Super Cars
Wresrtling
frontpage hit counter
No comments:
Post a Comment