What can go wrong when including another file into your php file
2009-06-14
It is very often to include another file as a part of your script. When do this kind of including, should be very careful on following parts. 1) The path to the script is wrong. 2) The path to the script is correct, but the script is in a forbiddenContinue Reading