as the title suggests, im just wondering what @ symbol infront of a word means, and what the -> means between variables.
Thanks, Justin
Printable View
as the title suggests, im just wondering what @ symbol infront of a word means, and what the -> means between variables.
Thanks, Justin
The @ supresses the error messages so that they wont be displayed to the user. And the -> is refering to a method or property of an object. If you want to know more information about objects and classes in PHP then read this