Is it possible to uninitilise variable:
I have a variable $sitetrack which presently is equal to 1.
I want to now flush/empty the value so that the following clause evaluates as true:
Code: Select all
if(!$sitetrack)Rob.
Moderator: General Moderators
Code: Select all
if(!$sitetrack)