View Single Post
  #3  
Old 10-06-2007, 10:01 PM
MoodyMare's Avatar
MoodyMare MoodyMare is offline
Second Lieutenant
 
Join Date: Aug 2007
Location: Ontario, Canada
Posts: 123
Default Re: # signs in my php? What is this?

This is the error I get when I remove the # signs.

Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 389

Warning: include_once(http://www.ufindabiz.com/ShowBanner....nerType=120x60) [function.include-once]: failed to open stream: no suitable wrapper could be found in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 389

Warning: include_once() [function.include]: Failed opening 'http://www.ufindabiz.com/ShowBanner.php?BannerType=120x60' for inclusion (include_path='.:/usr/lib/php') in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 389

Warning: include_once() [function.include-once]: URL file-access is disabled in the server configuration in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 393

Warning: include_once(http://www.ufindabiz.com/ShowBanner....nerType=468x60) [function.include-once]: failed to open stream: no suitable wrapper could be found in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 393

Warning: include_once() [function.include]: Failed opening 'http://www.ufindabiz.com/ShowBanner.php?BannerType=468x60' for inclusion (include_path='.:/usr/lib/php') in /home/lwnzamad/public_html/templates/HeaderTemplate.php on line 393

This is a code that I purchased. I just looked up that the # sign's at the beginning of the line make it a comment line, not a function of the code. So I thought I'd remove the #'s and see what happens. The above error was plastered all over my home page.

Do you think I need some {}'s or ()'s around the include once command?

Thanks
Reply With Quote