Log in

View Full Version : Script similar to Ajax tabs but connects to database?



stb
01-22-2009, 06:41 PM
I really like the Ajax tabs script on dynamic drive. I would like a similar script using the same format except the script calls for info from a database rather than html pages. Anyone who could point me in the right direction would be appreciated:)

eyebum
02-15-2009, 09:16 AM
I think these are two completely different things. The Ajax tabs can provide a layout for a page, say, one with tables and such. And the content of the tabs can be whatever you want. I actually use these tabs on a page where I pull up php pages, and those php pages are bringing in data from a database.

The tabs don't have anything to do with the content of the tabs...

eyebum