all of my site has .shtml extesions, so i added an index.php to test the counter.
i get this error
http://deathmilitia.com/index.php
my include on my index.php
Code:<?php include("/counter/counter.php"); ?>everything should be fine thoughCode:Warning: main(): Unable to access /counter/counter.php in /home/virtual/site285/fst/var/www/html/index.php on line 24 Warning: main(/counter/counter.php): failed to open stream: No such file or directory in /home/virtual/site285/fst/var/www/html/index.php on line 24 Warning: main(): Failed opening '/counter/counter.php' for inclusion (include_path='.:/php/includes:/usr/share/php:/usr/share/pear') in /home/virtual/site285/fst/var/www/html/index.php on line 24
http://deathmilitia.com/counter/counter.php
please let me know if you need more info
thanks for any help in advance
Av


Reply With Quote
