joonstar
04-18-2003, 11:05 AM
What does it($) mean in PHP?
|
||||
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 |
| |||
EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum