Search found 1 match
- Mon Aug 09, 2010 2:13 am
- Forum: PHP - Code
- Topic: path problem
- Replies: 2
- Views: 406
path problem
|__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. i'm using ubuntu lamp stack. i g...