37
votes
1
vote
How can I show different content to website visitors from a specific country in PHP?
As yet another alternative, you can download one of the SQL databases here and use it to resolve an IP address to a location:
…
1
vote
Ajax, back button and DOM updates
Using the URL hash/fragment identifier is a pretty common way to hook/remember state in a web application that relies on Ajax and DOM updates.
Check out the …
