Hi, I have built a small web application and now want to implement some navigation to replace the temporary links I've been using to move through the application whilst I've been developing it.
I've used a jquery tabbed navigation plugin on HTML sites I've created before, so would like to use these again.
My question is how would I implement this on a php site.???
My concerns are that I have pages that pass parameters to other pages, but using jquery tabbed control I would need to combine these pages into one page and separate them with divs...would I do this as includes? Would this affect my php code?Would this screw up my app?
So what is the best way to have tabbed navigation in a php web app?