I use a javascript file to display a calendar and allow me to select a date. The date is formatted to the SQL format - but is represented as (this.form.orderdate.value) ... so how would I go about turning (this.form.orderdate.value) into a variable in PHP? I'm sure this is terribly simple but I haven't come across it in any of my books or websites...
Thank you very much!