How do I get the output of PHP/ Javascript so I can send it through mail function?

  • Thread starter Thread starter Tom B
  • Start date Start date
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.
 
Back
Top