T
Tom B
Guest
I am making a PHP script to send an email with information on the visitor.
In order to convert the IP address to the city/ country it is put through some other sites, but the only free ones do it via Javascript.
When I send it through mail( ) I get the '<script src=""></script>'....
What I want is the output of that script.
Is there anyway to dot this?
Sorry, I'm new to PHP, thanks.
In order to convert the IP address to the city/ country it is put through some other sites, but the only free ones do it via Javascript.
When I send it through mail( ) I get the '<script src=""></script>'....
What I want is the output of that script.
Is there anyway to dot this?
Sorry, I'm new to PHP, thanks.