Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAlexandru Olteanu
17,522 PointsGetting online users JSON from servers
Hi,
I just finished the AJAX intranet office status project and I was wondering how to do it on my own site. The AJAX part seems pretty easy, but how can I get that JSON data from the server? Do I need another script for it? Do I need to query the database?
Help will be much appreciated.
Thanks
1 Answer
James Barnett
39,199 PointsDo I need to query the database?
Yep, you'll need a server-side language (something like PHP) to query a database where the data is stored and then convert it into JSON format.
Jim McMillan
4,417 PointsJim McMillan
4,417 PointsHi Alexandru, I have been ploughing through the same course today and I found this article. I hope it helps...