View Full Version : What does $ mean?
joonstar
04-18-2003, 11:05 AM
What does it($) mean in PHP?
Eddyd84
04-18-2003, 11:14 AM
the dollar sign($) come before all variables in PHP.
for example
<?php
$message = 'hello';
echo $message;
?>
Check www.php.net for more information.
I hope this helps.:D
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.