I want PHP to parse a variable not when it is defined at the beginning of the script, but later in the script. How can I do this?
php will always define the variable as soon as its found, else can u imagine the problems o_0
y dont u define the variable later on?
Originally posted by Mega y dont u define the variable later on?
It's inconvenient for the user.
Are you sure there's no way?