Forum Moderators: open
1. Create HTTPRequest Object
2. Using the obj.OPEN("GET",URL+?id=yourfieldname, True) call the PHP validation Page
3. Within the PHP ensure the validation page returns something (eg....0 non-existent ID and 1 if it exists).
4. AJAX obj picks up the echoed response and does whatever it likes with it.
Not sure how much AJAX you know but plenty of threads on here will help.