Hi, I have html website and would like to add ip-to-country script which is php script as I realized. Is it somehow possible to implement this kind of script into html website? I am not into php and coding thus I dont know much about this. One friend told me that I should have php website to use this script, but I just want to check maybe some of you have solution for html version. Thanks...
http://discussion.22web.net/ipcountry.html here try this, i used a frame to embed. The actual code is another site, not sure if they like their site being framed.
The best way is to have some php scripts on your site. Here's an example of one which I used. http://www.phpclasses.org/browse/package/2363.html
ok, thanks for infos guy ... anyway i am not able to convert my html site into php thus i am not able to use this kind of script
ok, thanks for infos guy ... anyway i am not able to convert my html site into php thus i am not able to use this kind of script
the whole conversion means you rename the file from .html to .php. Then add the php code in it and you are done. That of course if your hosting account supports php.