On Wednesday 01 October 2003 02:32, Chris W. Parker wrote:
> Jason Wong <mailto:[EMAIL PROTECTED]>
>
>     on Tuesday, September 30, 2003 11:27 AM said:
> >>>> echo "<pre>".print_r($chk)."</pre>";
> >>>>
> >>>> It will not work.
> >
> > Actually, the above *does* work!
>
> Not for me. (Although we may be testing different things.)

Sorry you're right, it doesn't work. I was testing with php-cli using:

  echo ("<pre>" . print_r($_SERVER) . "<pre>");

there was no parse error and I saw some output fly off the console, so I 
thought it had worked :)

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
You can't fall off the floor.
*/

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

Reply via email to