|
-
Jan 21st, 2008, 06:35 PM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Extracting html select value post form....
<SELECT NAME="movierating">
<OPTION VALUE="1">1 / 10
<OPTION VALUE="2">2 / 10
<OPTION VALUE="3">3 / 10
<OPTION VALUE="4">4 / 10
<OPTION VALUE="5">5 / 10
<OPTION VALUE="6">6 / 10
<OPTION VALUE="7">7 / 10
<OPTION VALUE="8">8 / 10
<OPTION VALUE="9">9 / 10
<OPTION VALUE="10">10 / 10
</SELECT>
How do I use the $_POST thingy to get the selected value from "movierating" in a post php script, i.e a second document not the form document. Hope that makes sense.
something like $rating = $_POST ???????
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|