From: "Jason Wong" <[EMAIL PROTECTED]>
> On Wednesday 01 October 2003 02:14, Chris W. Parker wrote:
> > Jason Wong <mailto:[EMAIL PROTECTED]>
> >
> > on Tuesday, September 30, 2003 11:06 AM said:
> > >> echo "<pre>".print_r($chk)."</pre>";
> > >>
> > >> It will not work.
>
> Actually, the above *does* work!
It depends on how you define "works" :)
You'll end up with output like this:
Array
(
[0] => one
[1] => two
[2] => three
)
<pre>1</pre>
which "works" but is not what was desired.
---John Holmes...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php