include 'myCode.php'; doesnt work!
include './myCode.php'; doesnt work!
how?
include 'myCode.php'; doesnt work!
include './myCode.php'; doesnt work!
how?
Just cause im picky and its the way i do this have you tried include('filename');
If that does not work then let me know and ill share the htaccess way that i do any added files that i need.