Hi, is there any php function can read text between tags or quotes.
For example, I have <h1>This is heading 1</h1> and "This is text in Quote", how can I use php to read the text between <h1></h1> tags or the text between quotes? I know I can use substr but is there any function that can directly read the text?
Capture text between tags
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
read through the regex board here... viewforum.php?f=38
everything you need has been talked about in there at some point or another.........
everything you need has been talked about in there at some point or another.........