How to register an installation remotely?

41 views Asked by At

I created a website, that my users can register themselves, login and download my php application. in installer script of my application I want to send some data from their end to my server with curl and my server receives data and assign it to their account on my site. but when my server is receiving data from them, how can my server know which account they belong to, to assign it to the appropriate account?

I was thinking about asking username on installer script that they enter their username, and the username will be sent to my server with other data, so my server will know which account these data belong to, depending on the username. but I am looking for another easier way, without any need to enter the username or such info on installer script.

Is it possible? please advice. any idea? I appreciate it.

0

There are 0 answers