jazz_vill 0 Light Poster

Hi I was tasked to create an admin panel which is more on database data manipulation. I want to use AJAX,XSLT, and PHP I've been studying a lot lately but most of the examples loads contains only a single page.

Say I have navigation/menubar template I want to know how can I change the content/body when I click one of the options in my menu bar. How can I achieve this?

layout will look like this:

<--menu-->
menu1 menu2 menu3
<--body-->
body1

<--when I click menu2-->
<--menu-->
menu1 menu2 menu3
<--body-->
body2

body1 and body2 are another xslt templates called after clicking the menu options.

Thanks for the help.