This is a discussion on Finding something within an html page. within the PHP Language forums, part of the PHP Programming Forums category; Hi, If i have an html page and i am looking for the <style ... > tag. What would be ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
If i have an html page and i am looking for the <style ... > tag. What would be the best way to look for it? I need to look for a special type, something like <script language="Javascript" type="text/javascript" >....<script> Regards Sims |
|
|||
|
On Sun, 7 Mar 2004 19:12:33 +0200, "Sims" <siminfrance@hotmail.com>
wrote: >Hi, > >If i have an html page and i am looking for the <style ... > tag. >What would be the best way to look for it? > >I need to look for a special type, something like > ><script language="Javascript" type="text/javascript" >....<script> > >Regards >Sims > What are you going to do with it once you find it and is the string always the same? (Yes, it makes a difference.) |