Forum Moderators: coopster
Maybe you want to unset [us3.php.net] the variables at the end of the included file so that they cannot be used again.
[edited by: eelixduppy at 8:52 pm (utc) on Dec. 21, 2006]
So you need to prevent them from being able to access it. On a shared server, that's probably impossible, because the Web server needs to be able to access it, and anyone else with a Web account on that machine can run a script with the server's permissions.
Actually, I think one of the shared hosts I used to use got around that problem by running separate server processes under each user's account.
But if by "someone", you mean someone elsewhere on the Internet, then no, they can't retreive anything except the text output of your script.