On Thursday 12 July 2007 15:11:28 Stut wrote:
> Sancar Saran wrote:
> > I cannot do any operation wiht single quote like
> >
> > explode("'",$strContent);
> >
> > Did I miss someting ?
>
> In what way "can't"? What happens / doesn't happen?
>
> -Stut
>
> --
> http://stut.net/

Hi,

Problem was

$strng = "'cInputI' style='width:146px;'>";
$arrExplode = explode("'",$string);

$arrExplode contins

[array][1]
    * "0"=>[string]['cInputI' style='width:146px;'>]

And not only explode for example I canot trim first "'" 

Regards

Sancar

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

Reply via email to