Author |
Message |
30/07/2003 09:26:05
|
Anonymous
|
whats the scirpt i put in my page to make the poll appear? when i enter:<?php
// Important! You have to include it before your html code
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/poll_cookie.php";
?>
<?php
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/booth.php";
echo $php_poll->poll_process(1);
?>
It looks like this in the browser: poll_process(1); ?>
HELP!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
|
30/07/2003 20:16:48
|
xenzap
Beginner
Joined: 18/06/2003 01:28:42
Messages: 10
Offline
|
Make sure that the text is like this:
<?php
include_once (blah blah); echo (blah blah) <--everything on one line
?>
Try that and see if it helps.
-Xeno
|
|
30/07/2003 20:44:42
|
Anonymous
|
thanx but it didnt work it still just displays: poll_process(1); ?>
This is exactly how the page looks:
<?php
// Important! You have to include it before your html code
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/booth.php";echo $php_poll->poll_process(1);?>
</body>
</html>
See anything wrong? Thanx for all your help
|
|
30/07/2003 20:45:02
|
Anonymous
|
thanx but it didnt work it still just displays: poll_process(1); ?>
This is exactly how the page looks:
<?php
// Important! You have to include it before your html code
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/poll_cookie.php";
?>
<html>
<body>
<?php
include_once "c:/inetpub/wwwroot/andrew/poll/pollphp/textfile/booth.php";echo $php_poll->poll_process(1);?>
</body>
</html>
See anything wrong? Thanx for all your help
|
|
31/07/2003 09:55:20
|
orangewizardman
Newbie
Joined: 31/07/2003 08:31:16
Messages: 4
Offline
|
anybody that last post? sorry but i really need to get this workin.
Thanx
|
|
02/08/2003 23:02:58
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
A few things does your host support PHP?
Have you changed the pages extension to .PHP?
If your still stuck post again here.
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
03/08/2003 06:25:36
|
Anonymous
|
Try changing the page from a .html to a .php
|
|
03/08/2003 21:20:51
|
Auron
Expert
Joined: 23/06/2003 22:02:17
Messages: 1053
Offline
|
Thats what I just said, if you hadn't noticed?
Auron
|
Visit my site @ www.ragnaru.com
Adv. Poll Install Guide NOW BACK ONLINE! (And also rather out of date I would of thought) |
|
|