Name: Anonymous 2010-12-19 19:55
I've got txt1 being submitted from a form field on my html page, but what is the proper syntax for this query field? This is what I have:
$query = "SELECT NAME, CITY, EMAIL WHERE FANID = '${txt1}' ";