insert php script inside html table tag

wxdqz

New Member
Hi, Im having a slight problem on how to insert php script inside an html table
tag...

how am I going to insert bgcolor inside <td> tag? I know the lower tags will not work, pls help....thnkx

html tags with php script:

<table>
echo "<tr><td bgcolor="#ffffff">";
 
Back
Top