Is there anyway to get information from the user?
Like what country they are posting from? The reason I ask is because I want to include a location when users are logged in (So other users can see where everyone is from). Is there anyway you can do this using PHP? Can you track an IP Address ($REMOTE_ADDR) with PHP somehow?
Or will I have to ask the user where they are from when they create an account (Not automatic).
It would be really cool if you could do it automatically but am guessing it might not be possible