Quote:
Originally Posted by Scooter
I placed {php} and {/php} before and after the code and it still did not work. It actually gave me a "parse" error.
Parse error: parse error, unexpected '<' in /home/cypressr/public_html/templates_c/^default^user^%%29^291^29105299%%layout.tpl.php.ph p on line 176
The code that I'm trying to insert is
<?php @include("http://cypressresale.com/v-web/vzpoll/poll.php");?>
|
no <?php and ?> are needed.
just do
Code:
{php}
include("http://cypressresale.com/v-web/vzpoll/poll.php");
{php}