Topic: Php Include Problems
I have a poll script on my site thats seperated into 2 files. select.php and write.php.
When I select.php directly everything works fine.
However, when I:
<? include ('*/poll/select.php') ?>
*=My webserver.
Because each section of my site is in a diferent sub folder, I get this: "*/News/write.php" not found.
When I add the poll files to the News directory, I get a constant Loop.
Help would be apriciated.