Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have two fields webstore_Id and Company_id in my table.

While inserting a particular order in my table i have to determine where is the request coming from.For example there are three stores one is in sydney,melbourne and brisbane.when i get a request i have to determine where the request is coming from and then insert the webstore_Id and Company_id accordingly.I have no idea where to start from.Any related links,help would be appreciated.

Thanks
Posted
Comments
Thanks7872 30-Oct-13 1:34am    
Practically,its not possible at all. As solution-1 suggests you can locate it through ip,then you can use some free API to determine the Region from where it originated. But in that case also,you won't get 100% correct info.

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900