Here i got a dilemma, when i am working on a project.
Is it possible to connect localhost and to server with the same script at a time in php.
Actually my client need a application in which when he locally operates on the software ...it must be updated in the serverside..without updating it to server.it just update the things which are updated on the local machine.
I dont know exactly is it fisible or not ...(i knw that it is not possible to make a local database available to server for updating but the client is saying that he has seen this type of application somewhere..and the confidence he was showing is forcing me to have a look for this concept,i got some code in which a function decides the connect with the localhost or server but i am sure that is not the thing for which i am searching )
Any help regarding this will be wonderful.
Thanks
Amit.