Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 06/04/2006 00:21:07
|
-Lena-
Newbie
Joined: 06/04/2006 00:15:00
Messages: 1
Offline
|
I placed the php code into the main template of my page, which is also entitled index.php:
- <?php
-
- include "http://www.babyjava.net/polls/poll_cookie.php";
- ?>
-
-
- -and-
-
-
- <?php
- include_once "/home/babyjava/public_html/polls/booth.php";
- echo $php_poll->poll_process("newest");
- ?>
When I hit submit on the poll, it tries to take me to index.php but in the wrong folder. What file can I edit to change the path of the poll results?
My site is: http://www.babyjava.net
I am sick and pregnant and have tinkered with it enough on my own lol.....
Thanx in advance!
|
|
![[Post New]](/forum/templates/html/images/icon_minipost_new.gif) 07/04/2006 21:34:18
|
Webmaster
Site Admin
![[Avatar]](/forum/images/avatar/c81e728d9d4c2f636f067f89cc14862c.png)
Joined: 10/01/2002 23:32:17
Messages: 82
Offline
|
set the location manually with:
- <?php
- include_once "/home/babyjava/public_html/polls/booth.php";
- $php_poll->form_forward = "/main/index.php";
- echo $php_poll->poll_process("newest");
- ?>
|
|
|
|
|
|
Based on the open source JForum
|