AFAIK there's no function to un include a file, but i don't see a problem here, as when you include your second file, everything (all conflicting variables) will be overwritten. If you still have problems, you might want to use classes around your functions and variables. Tijnema On 3/8/07, jekillen <jekillen@xxxxxxxxxxx> wrote:
Hello; Is there a way to un include a file once it has been included in a script. My concern is where two php files might be included in another php file they might have code or variables that conflict. I am thinking of including files with different names but follow the same pattern of code and variables but may have different values for variables or different versions of the same function. If there is not a specific function for un including a file (I have not seen any indication from my text books that there is), it seems like it would be nice to have one. Meanwhile I will be doing some experimentation. Thanks in advance; Jeff K -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php