Re: stripping html tags

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 6/5/05, Marek Kilimajer <lists@xxxxxxxxxxxxx> wrote:
> Dotan Cohen wrote:
> > I took this example from php.net, but can't figure out where I went
> > wrong. Why does this:
> > $text = preg_replace("/<head(.|\s)*?>(.|\s)*?<\/head>/i" , "" , $text);
> >
> > throw this error:
> > syntax error at line 265, column 39:
> >               $text = preg_replace("/<head(.|\s)*?>(.|\s)*?<\/head>/i" , "" , $text);
> > ======================================^
> >
> > It seems to be pointing to the 'e' is 'head'. Why? Thanks.
> 
> Since what time does php gives the column of the error? It seems more
> like javascript error.
> 

My mistake. I was trying to parse wml. The problem wasn't in the php
code, it was in the code not parsing! I just started another thread on
that subject. Sorry for the false alarm.

Dotan
<a href='http://lyricslist.com/lyrics/pages/artist_albums.php/321/Madonna'>Madonna
lyrics</a>

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux