Posted by squash on 10/31/34 11:45
<?php
if ( isset ( $_REQUEST['message'] )) echo '<h3> Hello World </h3>';
echo "<form action=test.php method=post>
<input type=text name=message value='lynx abc'>
<input type=submit value='Click here to see Hello World'>
</form>
<p> Type anything in place of 'lynx abc' and the script will work!";
?>
Navigation:
[Reply to this message]
|