Posted by Jon Pike on 09/02/06 20:08
if test.php is this file:
<?php
$lang = $_POST["lang"];
print $lang;
?>
<form method=post action=test.php>
<input type=image src=engFlag.jpg name="lang" value=en>
<input type=image src=fraFlag.jpg name="lang" value=fr>
</form>
Why won't it print $lang; after having one of the images clicked?
Navigation:
[Reply to this message]
|