Its a symbol used in PHP (and no doubt other programming languages) to define variables in the code.
Variables are containers that hold information. First, you give a variable a
name, and then you can store information in it. For example, you could
name a variable $age and store the number 21 in it. After you store information
in a variable, you can use that variable later in the script.


LinkBack URL
About LinkBacks


Reply With Quote

Bookmarks