the following just gives me a error:
PHP Code:
require($DOCUMENT_ROOT . "/forums/global.php");
and the error is:
[quote]
Fatal error: Failed opening required '/home/scsa20/public_html/forums/forums/global.php' (include_path='') in /home/scsa20/public_html/forums/upload.php on line 15
[/qoute]
so I change it to:
PHP Code:
require('./global.php');
and that seems to work, but everytime you upload a picture, it refreshes to
http://upload.php .... how can I make it stop doing that and just refresh it to forums.simon-soft.com/upload.php ??
thanks (and I know this is old)