Hi Folks,
Is there a way to read a mysql table at the top of the program(php), load an array(php), and once a user has hit the submit button, validate whats in a text box against an element of that array using javascript? Im trying to avoid going to another page to validate, and returning to the current page, and trying to keep the values in the text boxes the user entered (there are quite a few). Seems like quite a task. Thanks for your input.
Juan