Tuesday, 6 August 2013

Resetting a variable value

Resetting a variable value

Is it possible to reset the value of a php variable that has already been
set? Something similar to this:
if ($m == 5)
{
$m= $_POST['M'];
}
$m in this case has already been set prior to this condition. If not is
there any way to do something similar?
Thanks in advance

No comments:

Post a Comment