blaster_master
03-05-2006, 05:27 PM
How is it possible to refer to a specific HTML table cell in PHP? Example:
Assume there is a simple HTML table with m rows and n columns. Outside this table there is a link which when pressed should change the color of the 2 - 4 cell (row 2, column 4) from #A to #B. If not possible in PHP, how can one do it in HTML? (I'd just echo the HTML solution in PHP)
Any help is appreciated.
Assume there is a simple HTML table with m rows and n columns. Outside this table there is a link which when pressed should change the color of the 2 - 4 cell (row 2, column 4) from #A to #B. If not possible in PHP, how can one do it in HTML? (I'd just echo the HTML solution in PHP)
Any help is appreciated.