yes the server i use supports php , but i get this error
Warning: Failed opening '/home/soulx/public_html/bleh.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0
Printable View
yes the server i use supports php , but i get this error
Warning: Failed opening '/home/soulx/public_html/bleh.php' for inclusion (include_path='.:/usr/share/pear') in Unknown on line 0
Post your source code.
That means you've used the require function to include another file but it can't find it. Make sure you specified the path correctly, and if possible use relative paths