Author |
Message |
12/10/2002 07:05:28
|
Anonymous
|
hi i am new in php thing and i just wanna ask how to put my poll in my web?? use wat code?? pls tell me how
|
|
14/10/2002 03:18:54
|
Anonymous
|
When u r in the admin click on the help button, it gives out the code for your page/s
DD
|
|
14/10/2002 03:55:19
|
Anonymous
|
Ok... This is the code it tell me to add. But every time I do i get errors on my board. I'm adding it to a .php file
Can anyone please help?
MIW
|
|
14/10/2002 04:07:59
|
Anonymous
|
try
before any html tags right at the top of the php page(firstline) place this in
[/code]<?php require "poll_cookie.php"; ?>[code]
were u want the poll to be [code]<?php
include_once "/home/anifranc/public_html/poll/booth.php";
echo $php_poll->poll_process(x); // x = Poll ID
?>
[/code]
If that does not work, which it should post wot u have done and so I can see!
DD :lol: [/code]
|
|
14/10/2002 04:08:30
|
Anonymous
|
try
before any html tags right at the top of the php page(firstline) place this in
were u want the poll to be
If that does not work, which it should post wot u have done and so I can see!
DD
|
|
14/10/2002 12:25:10
|
Anonymous
|
Ok.. I got it to work.
I made a new .php file added the code in there. Now How do I intergrate the poll in to my forums?
I want my poll to show up on my main board pg. Like on http://www.proxy2.de/ (main pg) where there poll is on the right side.
I'm Trying to add it in the "skin_golbal.php" file
Thanks,
MIW
|
|
19/10/2002 08:47:24
|
Anonymous
|
use iframes
|
|
26/01/2003 06:28:15
|
Anonymous
|
Ok i need help I did all of that and i saved it as a .php and then deleted my index.htm file that was on my server and put the index.php file in the place of it and I keep getting this error... Parse error: parse error in /home/(username)/public_html/index.php on line 105
|
|
|