PHP code inside html (article)
Posted: Fri 22. Jun 2007, 17:39
I try to execute some PHP code from an article (exactly I would like to read a table from the database using PHP and create a html table out of it).
For testing I just put in:
<?php
echo "test";
?>
I also tried
[PHP]
echo "test";
[/PHP]
without success Maybe I'm missing something basic?
In the template section it works though...
Regards, Beppo
For testing I just put in:
<?php
echo "test";
?>
I also tried
[PHP]
echo "test";
[/PHP]
without success Maybe I'm missing something basic?
In the template section it works though...
Regards, Beppo