Hi,
I have some client websites (about 40 right now but that number could grow much larger) that I need to do some tracking and other processes on. Right now, I have scripts on their pages that store tracking info in my mysql db (myserver.com let's say) and these pages also make a call to my database to grab some other data.
I was then thinking of using fsockopen to call a single script on myserver.com which the client websites would post the tracking data to and then I could also send back that other data. The reason I'm thinking of this is because if I ever have to change the code then I only need to change the script on myserver.com instead of going to each client website and updating their scripts.
What are your thoughts on that? Any downsides you can think of? I'm hoping that this is in fact a good solution!
Thanks
burnside