Forum: PHP
May 29th, 2005, 12:53 PM
|
|
Replies: 5
Views: 481
|
Forum: PHP
May 29th, 2005, 12:51 PM
|
|
Replies: 5
Views: 481
Page 1- <form action="toppings.php"...
Page 1- <form action="toppings.php" method="POST">
<table border="1">
<tr>
<td>What size pizza?</td>
</tr>
<tr>
<td><INPUT TYPE=RADIO NAME="pizzasize" VALUE="0.99">Small-£0.99</td>
</tr>
<tr>
|
Forum: PHP
May 28th, 2005, 9:57 AM
|
|
Replies: 5
Views: 481
Multiple posts- checkboxes
Hey there firstly this is what I am trying to acheive:
Page 1: Html Form choose pizza size and quantity
Page 2: choose toppings
Page3: cost and details
I have done page 1 and i can make that go to...
|