Code: Select all
td><select size="5" multiple="multiple" name="contact[]" id="custom_21" class="form-select required">
<option value="Morning">Morning</option>
<option value="Afternoon">Afternoon</option>
<option value="Evening">Evening</option>
<option value="Any Time">Any Time</option>
</select>Also... how do I get a form to redirect someone to a thank you page when they have submitted the form?
I have this at the top of my form:
Code: Select all
<input name="postURL" type="hidden" value="http://www.wwm.org/thank_you_for_registering.php" />
<input name="cancelURL" type="hidden" value="http://www.wwm.org/registration_cancel.php" />
<input name="errorURL" type="hidden" value="http://www.wwm.org/registration_error.php" />Help, please?
Oh yeah... one more thing (sorry):
How can I get the id of the last record inserted into MySQL? Right after I insert a record, I want to know what its id is (auto_increment).
I am sorry, yet grateful.
Thanks!!!!