Jump to content

[SOLVED] having trouble with server side validation


cdc515

Recommended Posts

I am having a few problems with my server side validation.

My website is located at www.corporateexpressinc.com/res_off.cfm if you want to view it

then that calls a php script which is located at www.corporateexpressinc.com/phpscript.html if you would like to view that to.

 

The problem i am experiencing is when i click submit the select boxes that were selected are reset to null factors losing what the user already inputed

 

i got the text box's input to stay by using this

<input name="pickupaddress" value="$senderPickupaddress"  type="text" class="pole1" id="pickupaddress" />

 

but when i tried similar for select box it did not work.

<select name="pickuphour" class="pole1" id="pickuphour">
                                  <option value="$senderPickuphour"></option>
                                  <option value="01">01</option>
                                  <option value="02">02</option>
                                  <option value="03">03</option>

 

 

please go over my code and help me with this problem and any others you see. Thank You

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.