I'm pretty new to PHP. I can do the basic stuff, setting up pre-built scripts, setting up a mysql database, etc. A friend of mine is shutting down his website and giving me his database. It's about 17 mb's. Well, I imported it into it's own mysql db. He also sent me the php files. But I keep getting a lot of errors when I try opening one of the php files. Since the name of the db below isn't the name of mine, I'm assuming it's still trying to read from his mysql db. Any suggestions?
Warning: main(./head.php): failed to open stream: No such file or directory in /home/modernidiot/www/DB/tabs/get.php3 on line 3
Warning: main(): Failed opening './head.php' for inclusion (include_path='') in /home/modernidiot/www/DB/tabs/get.php3 on line 3
Internal Error. Please go back to the Main Website.
Warning: main(./foot.php): failed to open stream: No such file or directory in /home/modernidiot/www/DB/tabs/get.php3 on line 5
Warning: main(): Failed opening './foot.php' for inclusion (include_path='') in /home/modernidiot/www/DB/tabs/get.php3 on line 5
your file structure doesn't match what the original code is looking for...some of the folders have different names change the files to match you structure or make addtional folders