I have a website that contains a bunch of lists and data associated with it. Does anyone know how I could get that data ported to another website? Maybe through AJAX, XML, RSS??
Any ideas would be great!!!
store the data in a mutually accessible database
I guess I should have given a little bit more information.... That would work but then the other website would have to have the same language on the server to work....
I would like to use this data and many different websites and write maybe a javascript file to parse something??? I don't know....
fnbcprog wrote:That would work but then the other website would have to have the same language on the server to work
That would work but then the other website would have to have the same language on the server to work
that language being PHP? since this is a PHP board i was going on the assumption that you wanted to write this script in PHP.
how/where are you storing this data now? is it already in a database?
I want to write the backend in PHP....
The data is stored in MySQL now. I want to be able to pull that data from many different websites. These website will have different webmasters... Kinda like google maps for example.