HI,
Can the content of a Text Box within a HTML form, (either text or numeric), be assigned to a PHP variable? before the submit button is pressed.
I was thinking of using the OnChange event as a way of initiating the function.
The value would be set once there was 4 characters typed in.
thank you
Can the content of a Text Box within a HTML form, (either text or numeric), be assigned to a PHP variable? before the submit button is pressed.
I was thinking of using the OnChange event as a way of initiating the function.
The value would be set once there was 4 characters typed in.
thank you
Comment