Re: A problem with '"'
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: A problem with '"'

From: Ewoud Dronkert <firstname@lastname.net.invalid>
Date: Sun Oct 23 2005 - 11:52:32 CEST

NurAzije wrote:
> print_r($match[1]);
>
> But I still get this result in printout :
> Array()

It's definitely not the right expression. But first of all try
print_r($match) and go from there. (Not ...[1].)

-- 
E. Dronkert
Received on Mon Oct 24 02:11:59 2005