PDA

View Full Version : path problem in php


webdev
08-09-2010, 12:26 PM
|__www/ | |__application/ | |__includes.php | |__public/ |__index.php the line in the index.php says require_once ('application/includes.php'); and that includes.php file will have similar require_once which has reference to files under the subfolders of application.