Jump to content

[SOLVED] Help collecting usage data from a PHP app


gortron

Recommended Posts

Hi. In some PHP apps I create, I'd like to be able to collect basic usage data such as number of log ins, number of items created, edited etc.

 

Collecting the information isn't a problem but I'd like to find out whats the best way to transmit it back to my own site.

 

I've considered passing the information directly into a remote database that allows remote access but is this the best approach?

 

Are there any other approaches I could look at like using POST or XML/Soap?

 

Thanks for any help.

create a plugin that post's all info to your database.

 

look up curl.

 

tell me some think do all the user's with your application installed using the tables you need info from.

 

what i was thinking if you got permission and there willing to send all the table info you need then it even easer.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.