Search found 2 matches
- Wed May 11, 2005 10:42 am
- Forum: PHP - Code
- Topic: Include_once not working
- Replies: 4
- Views: 436
- Tue May 10, 2005 4:35 pm
- Forum: PHP - Code
- Topic: Include_once not working
- Replies: 4
- Views: 436
Include_once not working
I'm going mad with an include_once problem here. I'm well aware that you should use include_once instead of include. I have a very large codebase that is very interconnected so I made a point of always using include_once. This afternoon, it started freaking out though. Its basically like every singl...