Hi, I want to synchronize the data with other server thru php? can anybody please help me in this regard? Thanx in advance.
Regards.
What sort of data are you lokoing to sync?
actually there is some books data (bookname, bookauthor,publish date etc). this kind of data i want to replicate.
or any idea of synchronization in php??
I would suggest using XML. Use PHP to output XML (maybe as a file) and then on the other server to access the file.
Or, use the [man]echo()[/man] function in a script and then use PHP on the other server to access that script.