[PHP] How to swap the table's bg color with php

2003-10-03 Thread Jack
Dear all I had write a script using php,which will pull the values from a mysql table to display in HTML. now i want to add a function which when the mouse had move over a table cell, the background of the table cell will turn to other color! Is anyone know how i can perform this task? Thx alot!

RE: [PHP] How to swap the table's bg color with php

2003-10-03 Thread chris . neale
Chris -Original Message- From: Jack [mailto:[EMAIL PROTECTED] Sent: 03 October 2003 10:12 To: [EMAIL PROTECTED] Subject: [PHP] How to swap the table's bg color with php Dear all I had write a script using php,which will pull the values from a mysql table to display in HTML. now i want

RE: [PHP] How to swap the table's bg color with php

2003-10-03 Thread SED
Iceland Voice:+354-8458182 Email:[EMAIL PROTECTED] Website: http://www.sed.is -Original Message- From: Jack [mailto:[EMAIL PROTECTED] Sent: 3. október 2003 10:12 To: [EMAIL PROTECTED] Subject: [PHP] How to swap the table's bg color with php Dear all I had write a script

Re: [PHP] How to swap the table's bg color with php

2003-10-03 Thread Eugene Lee
On Fri, Oct 03, 2003 at 06:11:39PM +0800, Jack wrote: : : I had write a script using php,which will pull the values from a mysql table : to display in HTML. : now i want to add a function which when the mouse had move over a table : cell, the background of the table cell will turn to other color!