Posted by Nicholas Sherlock on 12/09/05 21:26
ross wrote:
> The following gives an error:
>
> <?php
> $super-man=100;
> ?>
>
> Parse error: parse error, unexpected '=' in /test.php on line 2
>
> I understand that the "-" sign is seen as an operator.
> is there a way to get around this? I need to have "-" in variable names.
No, you cannot use the "-" sign in variables. You can use "_".
Cheers,
Nicholas Sherlock
Navigation:
[Reply to this message]
|