Re: [PHP] Need some help plz

2001-03-10 Thread Gianluca Baldo
Mick - M Warning: Failed opening '/usr/local/apache/htdocs/mick/domain.php' for M inclusion (include_path='') in Unknown on line 0 if you get this error it probably means you don't have permissions set up correctly. Check the owner of your apache process and set owner/permission for your php

Re: [PHP] Need some help plz

2001-03-10 Thread Web Admin
Hi, what's up Mick?! Okay, what have you written in your script?! You never wrote it! try include ('./domain.php') instead of include ('domain.php') maybe it helps you! I tested that on my FreeBSD 4.2+apache/php but it seems that include ('domain.php') is also OK. Just give it a try or add the