Quantcast
Channel: eHow - PHP / MySQL Programming How To's
Viewing all articles
Browse latest Browse all 111

PHP Variables Vs. Functions

$
0
0

In PHP, you denote new variables with the "$" character, for example: "$var = "value." PHP has several built-in functions, but you can create your own using the "function" keyword. When using certain functions, you can use variables as arguments, or...


Viewing all articles
Browse latest Browse all 111

Trending Articles