i want function get the string data between tags ex:
[HTML]<body>
in this code i need the string data between the body tag how can i do that
[HTML]<body>
<p>This site are wonderful site</p>
</body>[/HTML]in this code i need the string data between the body tag how can i do that
Comment