Author |
Message |
14/04/2007 06:44:36
|
philwill30
Newbie
Joined: 14/04/2007 06:38:33
Messages: 2
Offline
|
Hi all, I am currently attempting to put an advanced poll in the sidebar of a nucleus powered blog. I have read the posts on changing page type to php and things of that sort, but the sidebar is a .inc file. All I seem to get is the
poll_process(4); ?>
Go to 35thfreepress.com to see what I mean. The words are above the twitter box on the right after you scroll down some.
Thanks for any help!
|
|
14/04/2007 07:00:51
|
philwill30
Newbie
Joined: 14/04/2007 06:38:33
Messages: 2
Offline
|
This was a post of victory, Until I figured out the poll didnt work right..... Still need help. The poll is up, it just won't work right now.
Thanks for all your help!
|
|
24/04/2007 17:42:03
|
phripley
Newbie
Joined: 24/04/2007 17:40:06
Messages: 1
Offline
|
php is not being processed on the server side.
Perhaps that is because you are opening your php script with:
<?php
and closing it with this:
?>
Might try <? ?>
or
<?php php?>
|
|
|