Jason Wong <mailto:[EMAIL PROTECTED]>
    on Tuesday, September 30, 2003 11:06 AM said:

>> echo "<pre>".print_r($chk)."</pre>";
>> 
>> It will not work.
> 
> You can do this though:
> 
>   echo "<pre>", print_r($chk), "</pre>";

Well heck, that makes things easier!

What's the difference between using , or . for concatenation? (I thought
they were the same.)



Chris.

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

Reply via email to