I want to install my own php script into my server (shared) but the moment I test my page, the following errors occurs.
Warning: main(): Unable to access ../includes/global.php in /home/linkme2u/public_html/paidmail/site/index.php on line 3
Warning: main(../includes/global.php): failed to open stream: Permission denied in /home/linkme2u/public_html/paidmail/site/index.php on line 3
Warning: main(): Unable to access ../includes/global.php in /home/linkme2u/public_html/paidmail/site/index.php on line 3
Warning: main(../includes/global.php): failed to open stream: Permission denied in /home/linkme2u/public_html/paidmail/site/index.php on line 3
Warning: main(): Failed opening '../includes/global.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/linkme2u/public_html/paidmail/site/index.php on line 3
Fatal error: Unknown function: dbconnect() in /home/linkme2u/public_html/paidmail/site/index.php on line 9
Please sombody give me step by step procedure on how to install php script with MySQL database.. I don't want to pay just for installation anymore.
Thanks,
Jun