PHP require_once error when including file in parent folder
问题 I have the following file structure -- Plugins -- inParent.php ---- Uploadify ------ inSame.php ------ Uploadify.php This function was working smoothly till yesterday. But now, If I try to include the inParent.php in uploadify.php using require_once('../inparent.php) , It giving me a silly error..saying... Warning: require_once(../inParent.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/plugins/uploadify/uploadify.php on line 3 But the