|
Posted by Martin Jay on 05/04/06 19:44
In message <1146759802.293020.292940@y43g2000cwc.googlegroups.com>,
rked@att.net writes
>Does PHP not fire within a css table?
CSS table? A table is table. :)
PHP should be triggered wherever it appears in the document.
My guess is that either PHP isn't parsing the file, check the source for
<?php [code] ?> ...
Or, perhaps, your PHP code doesn't have any output. Try adding:
echo "I'm here";
at the beginning of it.
--
Martin Jay
Navigation:
[Reply to this message]
|