Urgent help!!
Moderator: General Moderators
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
Urgent help!!
I'm trying upload a php poll to my site, xboxextended.com to my menu.html file ... I used the code that sympoll told me to but it's still nto appearing on my site. Please help!
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
I'm not getting an error message, its just now showing up. Here is the code i'm using ...
Code: Select all
<?php require '/home/xboxexte/public_html/poll/booth.php';
display_booth(1); ?>ok. please don't get offended, but since i'm rather new 'm going to do something that should help everyone, ask you questions that build from the most basic levels i can think of.
1: do you have (enabled) php on the server?
2: what version of php is the server running?
3: what version php is that code?
1: do you have (enabled) php on the server?
2: what version of php is the server running?
3: what version php is that code?
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
-
pootergeist
- Forum Contributor
- Posts: 273
- Joined: Thu Feb 27, 2003 7:22 am
- Location: UK
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
-
OOnegative
- Forum Newbie
- Posts: 11
- Joined: Mon Jan 20, 2003 4:12 pm
Okay, it says i can insert:
Then I can make p1.php contain the original code:
It still doens't work.
Code: Select all
<!--#include virtual="/poll/p1.php"-->Code: Select all
<?php require '/poll/booth.php';
display_booth(1); ?>