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 trial

JavaScript AJAX Basics (retiring) jQuery and AJAX The Office Status Project Revisited

Alexandru Olteanu
Alexandru Olteanu
17,522 Points

Getting 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

Jim McMillan
Jim McMillan
4,417 Points

Hi Alexandru, I have been ploughing through the same course today and I found this article. I hope it helps...

1 Answer

James Barnett
James Barnett
39,199 Points

Do 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.