|
PHP include code [message #46367] |
Wed, 10 September 2003 13:45 |
|
Dante
Messages: 1039 Registered: February 2003
Karma: 0
|
General (1 Star) |
|
|
just try
<?php include './poll/poll.php' ?>
if that doesn't work, look at where it is looking at for the file in the error message, and adjust your './poll/poll.php' accordingly
RenEvo
|
|
|
|
PHP include code [message #46374] |
Wed, 10 September 2003 14:04 |
|
Dante
Messages: 1039 Registered: February 2003
Karma: 0
|
General (1 Star) |
|
|
yeah, php process the directory odd, you do ./ and it might go to 2 root folders down, while / will do 1, while the standard is / is web root, and ./ is current directory...
RenEvo
|
|
|