I'm using Microsoft tags to get the cell phones unique "did' number loaded into a htm form field. The customer is then asked to enter thier email address on the form. The form is then submitted to be added to our customer mysql database. If it's new it is added if he's returning it's updated with new date info, add number of visits, ect.
The form works fine.
What I'm trying to do is reduce the customers from always having to type in thier email address everytime if they are already in the database.
I wrote a php mysql query that checks if they are in the database that works good, it finds the correct email field but I can't fiqure out how to get this variable back to my htm email form field.
I have spent many hours on the net and I'm really lost. It seems like it shoild be a very simple thing to do.
Looking forward to anyones suggestions.
Thank you
Ray Ward