multiple tables

multiple tables

mmontoyammontoya Posts: 84Questions: 27Answers: 4

I have a page that will have multiple tables displayed. I would like to have each table to be on separate pages and be brought in with a php include statement. But tables will have things like select boxes on some fields.

Looking at the sample code the select boxes are done in the document.ready() function, but how would I do it I am using php include?

Answers

This discussion has been closed.