hi,
I want to host the statistics of my friend for he has no more mysql db. We are in a different hosting. All gathered information( ip add, referer, etc) from his website will be inputed to my database.
I tried to create a simple script to test if it will work. But it seems that I can't even get the correct I.P.
A different I.P. is displaying whenever i view the page 🙁 I am certain that it is not my I.P add. And also, it seems that i can't set a cookie.
What I did is I told him to include the file on his index.php like this
include("http://www.mywebsite.com/stats.php");
Stats.php is the file where all codes are written and it is located on my server.
Maybe that is the error!??
any ideas pls ? ? ?