hiya guys,
Before asking question let me tell you i am really bad at regular expressions (REGEX) :(
Well to start with, i want to get the value inside a div with a particular id.
An example can be
[HTML]<div id="static">
This is the content i want to fetch, When i have this whole file in the string format which i got it from file_get_conten ts
</div>
[/HTML]
I hope i made my question clear, please let me know how can i do that ?
Thanks :)
Cheers !!
Before asking question let me tell you i am really bad at regular expressions (REGEX) :(
Well to start with, i want to get the value inside a div with a particular id.
An example can be
[HTML]<div id="static">
This is the content i want to fetch, When i have this whole file in the string format which i got it from file_get_conten ts
</div>
[/HTML]
I hope i made my question clear, please let me know how can i do that ?
Thanks :)
Cheers !!
Comment