Quick Table of Contents
[تحسين] 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 itDo not use a number as the first character in the name of any variable, object, or function.$2var = "Hello"; // Wrong $var2 = "Hello"; // Right
29 / أغسطس / 2011 الساعة 2:19
|
Web Development School