Hi,
I’m building a website that has a form that saves data to a database. The purpose of the form is for the user to select photo’s that they will want copies of. Whan the form is saved to the database, the IP address is saved as well. This will be the unique identifier for the user’s selections. I plan to have a form that will be based on a query and will show the choices the user made. I need to be able to filter the query based on the IP address. My problem is I don’t want to have the user have to enter their own IP (as most won’t know it) and I want the page, as it opens, to query the database. Is this even possible and if so, how would I determine the IP to use in the query?
Thanks,
Leesha