![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2008
Posts: 3
Rep Power: 0
![]() |
echo please help me.
i want to echo the value of the drop down list but it is now showing...here's the code.. wish that any one could help me out.. thanks guys
<form id="form1" name="form1" method="post" action=""> <label> <select name="aaa" id="aaa"> <option value="1">1a</option> <option value="2">2a</option> <option value="3">3a</option> <option value="4">4a</option> <option value="5">5a</option> </select> </label> </form> <? $aaa = $_POST['aaa']; echo $aaa; ?> |
|
|
|
|
|
#2 |
|
King of Portal
|
Re: echo please help me.
In action="" you need to place the script's filename.
__________________
Lo, there do I see my father. 'Lo, there do I see My mother, and my sisters, and my brothers. 'Lo, there do I see The line of my people... Back to the beginning. 'Lo, they do call to me. They bid me take my place among them. In the halls of Valhalla... Where the brave... May live... ...forever.. GrimBB | Mimesis |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| simple echo server | cwl157 | C++ | 3 | Jun 22nd, 2007 9:26 AM |
| remove(); | badbasser98 | C++ | 16 | Nov 10th, 2005 2:24 PM |
| for, cat, and echo | bryanlharris | Bash / Shell Scripting | 7 | Jul 3rd, 2005 9:10 AM |
| java echo server | cwl157 | Java | 3 | May 20th, 2005 12:10 PM |
| TCP Header for Echo Communication | AusTex | C++ | 0 | Feb 27th, 2005 3:57 PM |