hi all, i'm very new to php and i'm a little confused about something.
this will be dead simple to the rest of you but it doesn't work for
me.
i have a variable called "$a" which has a value of 10.
i want to pass this value to a new variable and increase it by 10, is
this the right way?
$a=$b;
$b + 10;
thanks for not laughing :o)
this will be dead simple to the rest of you but it doesn't work for
me.
i have a variable called "$a" which has a value of 10.
i want to pass this value to a new variable and increase it by 10, is
this the right way?
$a=$b;
$b + 10;
thanks for not laughing :o)
Comment