I have a registration page that needs one final thing and I'm a little stumped...
In one table I have email, pass, gender, dob and the other I have company...
In the registration page, I want to check that the company exists before I submit the form... Since I'm using tools for this and NOT hand coding things, I'm a little lost... Ideally using an AJAX script to check on the orgcode input field would rock...
Here's what I have...
SELECT * from orgcode WHERE orgcode = '" . $orgcode . "'
any coaching would be great!
Ted