3
My intention is, by the local server, to query data on an external server. I would like to know how to get the external server to wait for the local connection and depending on that local connection, make different decisions.
Example: I have 2 clients and 1 server, I need to connect these clients with the server and the server must respond differently for each client. How can I do this only with php and javascript? The logic I know, I don’t know is how to establish this connection.
I’m not asking for code ready, I just want to know the means of how to do.
You can give a different hashed url one for each client, or give different pages. Something to stop that? or log in. You can explain better what part you can’t do?
– Sergio
Well, you can just create a type url
meusite.com/c=1
and do the handling with php.– Eduardo Silva