I am doing a payment gateway and I need to concatenate the month and year from two seperate dropdowns to one variable before submit.
$EXPDATE = $MONTH.$YEAR;
I guess is javascripty but I don't know any?
Or whether a javascript variable if constructed is recognised and passed by the form.
Thanks if you can help.
__________________