I am trying to assign variable the value of 0123, but it keeps coming up with a different number, what is the problem?

Submitted by: Administrator
PHP Interpreter treats numbers beginning with 0 as octal. Look at the similar PHP interview questions for more numeric problems.
Submitted by:

Read Online PHP Developer Job Interview Questions And Answers