I have an html page that looks very nice as it is, laid out using tables. I want to add functionality using php to part of the page that is a table cell.
my php code doesn't seem to work when its in the table, but when I put the same code on a bit of the page without tables it works great. So the code is obviously fine.
Is the best way to sort this out to echo the table construction in php and include() all the content?
Julia