Reading Input from the Form in Listing 10.2
1:
2: "-//W3C//DTD XHTML 1.0 Strict//EN"
3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4:
5:
6:<a class="docLink" href="#ch10list03">Listing 10.3</a> Reading Input from the Form in <a class="docLink" href="#ch10list02">Listing 10.2</a>
7:
8:
9:15:
10: 11: print "Welcome ".$_GET['user']."
\n\n";
12: print "Your address is:
".$_GET['address']."";
13: ?>
14:
16:
No comments:
Post a Comment