How to do a geoip lookup in php?

后端 未结 2 1931
青春惊慌失措
青春惊慌失措 2021-01-14 12:16

All tutorials I have seen have pointed towards functions like geoip_record_by_name. I always get this error: Fatal error: Call to undefined function geoip

2条回答
  •  深忆病人
    2021-01-14 12:54

    You can try hostip.info, Maxmind or ip2location to name a few. These are easy to use with PHP and can be used on shared hosting. Some of them have offline options as well.

提交回复
热议问题