Posted by Thad on 03/31/07 23:54
I will try this worded different...
HTML page 1: I have two radio buttons...
<?php session_start(); ?>
<input type="radio" name="image_choice" value="lp13-web-wild165c"
style="width: 35px;"/>LP-13<br />
<input type="radio" name="image_choice" value="lp14-web-wild289c"
style="width: 35px;"/>LP-14<br />
HTML page 2: Problem...on html page 2, how would I show which button was
pressed?
Would it be....
<?php session_start();
echo $_SESSION['image_choice'];
?>
What I am looking to get as a result is lp13-web-wild165c or
lp14-web-wild289c to be printed to the screen.
Navigation:
[Reply to this message]
|