Quote:
Originally Posted by davidw
For example, somewhat edited, here is mine:
chdir('/home/xxxxxxx/christianboards/forums/');
This is my /path/to/my/forums/ since searchresults.php is located at forums/searchresults.php
You will never use a file in a path (a path is a directory). In your case, try taking out searchresults.php from your path.
chdir('/home/public_html/');
It has to be the full path to your searchresults.php, but don't include the file itself. Hope that helps 
|
Still same problem persist bro...

i tried these :
chdir('/home/projects/public_html/');
chdir('/home/public_html/');
btw in your case u've written chdir('/home/xxxxxxx/christianboards/forums/');
what to write at xxxxxxx please can tell me in my case what do i write??
my forum is located in main public_html directory
please have a look here
www.projectsplanet.com
please tell me what do i write after /home/
also when i try to search it gives me server not found error...