> > Wrong.
>
> That's helpful. Why? Example?
Thanks for the copy but I already get the message because I'm on
the email list.
~# cat test
#!/usr/local/bin/php -q
<?php
$variable_with_a_number_1_in_it = "Test";
echo "$variable_with_a_number_1_in_it\n";
?>
~# ./test
Test
~#