On Thu, 2007-07-12 at 15:47 +0300, Sancar Saran wrote:
> 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;'>";

Shouldn't that be $string = ...?

> $arrExplode = explode("'",$string);
> 
> $arrExplode contins
> 
> [array][1]
>     * "0"=>[string]['cInputI' style='width:146px;'>]
> 
> And not only explode for example I canot trim first "'" 

Cheers,
Rob.
-- 
...........................................................
SwarmBuy.com - http://www.swarmbuy.com

    Leveraging the buying power of the masses!
...........................................................

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

Reply via email to