Posted by JB on 05/05/06 00:06
Has your file the extension "php"?
If it still has htm or html, php does not work, (at least on my
server)
On 4 May 2006 09:23:22 -0700, rked@att.net wrote:
>Does PHP not fire within a css table? Im miffed!
>Heres code:
>
><div id="tableContainer" class="tableContainer" >
><table border="0" cellpadding="0" cellspacing="0" width="100%"
>class="scrollTable">
><thead class="fixedHeader">
> <tr>
> <th><a href="#">MySpace News </a></th>
> </tr>
></thead>
><tbody class="scrollContent">
> <tr>
> <td height="242">
> <?php
>--php code stuff--
>
>?>
></td>
>
> </tr>
>
></tbody>
></table>
> </div>
*** Posted via a free Usenet account from http://www.teranews.com ***
[Back to original message]
|