Hi friends! Is there any function to remove included files? for example i've included a file using include "file.php" after sometime i want to remove that file like exclude "file.php". is it possible?
Hi, An include file will generally contain a set of functions/variables you want to use in the current script. If you ever need to exclude it, then your script is wrong and you should concentrate on cleaning up... Can you elaborate on why you need to exclude the file? aXe