Skip to content

Tag Archives: backend

Choosing between JSON and XML?

I’m building a REST API to manipulate data records. The backend will be written in PHP, with an Adobe Flex user interface. From a development standpoint, which would be easier to use to transfer data between the Adobe Flex app and the PHP backend: JSON or XML? Thanks for your input!

What’s the difference between XML and PHP?

Hello, sorry if i sound stupid, but can any body tell me the difference between them? I know PHP is a server language, but i have been hearing so much stuff about XML that i am a bit confused. Can XML be used to take the place of PHP if i want to write something [...]