On Tue, Apr 12, 2011 at 12:44 AM, Rakesh Kumar <[email protected]> wrote:
> > I have been using OAuth API for php to login and do required stuffs. I am > not aware of json. can you tell me how to deploy it on my local server? > And thanks for your help. > > JSON is just a platform independent data interchange format, like XML. You'd be better off reading up on JSON first, http://www.json.org/ I am not a php guy, but almost all modern languages give you a library module to play around using JSON. Find one for php. Hope this helps. -- Sahil Dave _______________________________________________ Ilugd mailing list [email protected] http://frodo.hserus.net/mailman/listinfo/ilugd
