+1
If all you want is to display multiple pieces of content inside a
single page, you could also do good old-fashioned DHTML. Single page
loads all content, and various nav/tab/link elements cause the content
to display dynamically without the 'complexity' of AJAX.
--
A: Yes.
Q: Are you sure?
> I'm not currently using a server-side php ajax framework. I do the
> following check on incoming requests:
> isset($_SERVER['HTTP_X_REQUESTED_WITH']) && $_SERVER
> ['HTTP_X_REQUESTED_WITH'] == 'XMLHttpRequest'
>
Stuff like this is why I love reading this list. I was just making my
Ajax calls