Paul Furman <mailto:[EMAIL PROTECTED]>
    on Friday, February 06, 2004 3:28 PM said:

> <?php
>   $result= (1 * 10);
>   print$result
>> 
> 
> 10

> Again, I very new to this, first time I tried doing a little simple
> math, I'm befuddled.

I'm not getting the same result. I got a plain 10. But some weird things about your 
code are that you don't have a space between print and $result (shouldn't cause an 
error, but is hard to read) and you're missing a ; on the end of the second line.

What other code is in that page?


Chris.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to