refreshing help script
Posted: Fri Sep 30, 2005 7:42 pm
I need help i am making a form for a friend thats has a shirt, logo, and other stuff kind of business and he wanted me to make a contact form for him and well i made a dropdown menu for it and i want it where they click on shirts it will refresh and a new dropdown menu will show up here is the script so far (its right after the drop down menu and its php)
can someone help me please
Thank you
Smackie
Code: Select all
if (isset($_POST['shirt'])
{
<select name="dropdown" class="dropdown">
<option>-Select One-</option>
<option value="tshirts">Large</option>
<option value="business">X-Large</option>
<option value="cards">XX-Large</option>
<option value="flyers">XXX-Large</option>
</select>
}Thank you
Smackie