hi
I usually use this line to import file from out of the current folder and it's work fine on my local host server
require("../DataBase.class.php");
but when I upload the script on my website I get this Warning
Warning: include(../DataBase.class.php) [function.include]: failed to open stream: No such file or directory