* know - Just love that spelling error in the title huh? I want to build a table with many rows that: *when hovered or clicked will drop down an area that *needs to contain info from recordsets in Dream weaver or *php data (repeating region??) Example, if I have a many rows of people and I need to see more info about those people from my database, I want to hover or click to see that data. How do I make it repeat for my database info??
From your comment, i think you need to use AJAX to pull data from database on real time basis. AJAX is a technique using javascript + server side programming (PHP for instance). More info http://en.wikipedia.org/wiki/Ajax_(programming)