Posts: 487
Name: Mark Stegeman
Location: Netherlands, Europe
|
Somewhat.
The $ actually tells PHP something like: what follows is a variable, so get it.
If you put two, it'll go like: what follows is a variable and the name of that variable is stored in a variable so fetch the variable named as that other variable.
The number of $'s you put could be infinite, I guess, but there's really no use to that. :P
__________________
<?php ($helpfull>0)?$talkupation++ : '';?>
|