after a form posts email address to a script, can i get an sql statement to the find the $userid from the row that contains the specific email address the form posted?
mordred
02-12-2003, 09:04 AM
Wrong forum, but anyway:
SELECT userid FROM my_table WHERE email = 'emailAdressPosted ';