Need Help Plz
Posted: Fri Oct 15, 2004 3:31 pm
i need to assign each value at my list box to different pages ..
Can you tell me how ?? plz
thnx
Can you tell me how ?? plz
thnx
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
andCode: Select all
tags where approriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color]
I have this ::Code: Select all
<select size="1" name="D1">
<option value="1">boy</option>
<option value="2">girrl</option>
</select><input type="submit" value="send" name="B1">