|
Posted by Andy Hassall on 09/02/06 22:02
On Sat, 02 Sep 2006 23:07:05 +0200, "J.O. Aho" <user@example.net> wrote:
>Jon Pike wrote:
>> 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?
>
>For the form isn't valid html?
Other than the missing document around it (<html>,<head> etc.), what's invalid
about it?
(p.s. original was multiposted, it's also in comp.lang.php)
--
Andy Hassall :: andy@andyh.co.uk :: http://www.andyh.co.uk
http://www.andyhsoftware.co.uk/space :: disk and FTP usage analysis tool
Navigation:
[Reply to this message]
|