Have an account? Sign in
Login  Register  Facebook
This Page is Under Construction! - If You Want To Help Please Send your CV - Advanced Web Core (BETA)
Quick Table of Contents
[Edit] Unexpected T_LNUMBER, expecting T_VARIABLE
This notice will render when you begin the name of a variable with a number.

How can i fix it

Do not use a number as the first character in the name of any variable, object, or function.
$2var = "Hello"; // Wrong
$var2 = "Hello"; // Right
August 29, 2011