Hi.
Is it possible to UnSet all variables that I have used in a script?
At the moment I have a cron job running a large script, another instance of this script needs to be run, but creating another job is too much trouble (the webhosts need to do it, and they keep messing it up). What i plan to do is add the second script to the end of the first (copy paste), but I would prefer it if all variables were unset just in case they interfere with the new part of the script.
If it is not possible, I will do them manually.
Thanks for any info.
K.