Hello dear users on digitalpoint I was a silent reader till now -- I've come to the point where I just need the help of professionals like the users here So I want to keep my requestion / question short: I'm looking for a way to geotarget the zip code (and displaying it on the web page)! I've installed recently one on my web server for testing purposes and it was OK. The results I get are also good: ip, flag, country, state, city, zip! The only problem is that the ZIP part does NOT work! However, I wanted to code a script which does a research on the city and then displaying the ZIP there! Is there any possibility to do so fast and secretly (so that when someone enters the page he can immediately see his ZIP on the main page)??? Would be absolutely great if someone would be so kind to help me out of this ;-) Thanks in advance!
what setup are you using i have installed the free maxmind mod_geoip on my server and it works perfect - that would do what you want "secretly" it basically dynamically detects the users ip and will identify all geo-targeted information which you can then use to render information back to the browser... i tend to use a number of php case switch statements to render different information back to the users browsers - once you starting thinking about the possibilities you will soon see how effective that data can be take a look at maxmind.com
Hi there, I don't know it's a free script which I'm using and I don't have the money nor am I that professional to register for a service to pay monthly something lol What I just want is -- User goes to my page -> my script detects the city -> does a quick research on which zip belongs to the city -> gives the ZIP back on the website! I just don't know how to code something!
maxmind do a free version - its called maxmind lite i believe it still works just not as accurate as the paid version ill be back this afternoon see if i can get some code for you!
thx! i'm gonna try this out i hope it will also give out the zip code! but on the other hand - just for learning purposes - i'm interested in how to make my website "google" the location and get the zip + show it on the main page automatically and "secretely" as i've written above - would be really great if some experience programer could help me out