Read code from another site
Posted: Sun Oct 24, 2004 3:34 pm
Hi all,
How would i go about reading into a mysql database all the html code on a page that is between certain tags? IE:
How would i copy All the code between the and including <body> </body> tags?
How would i go about reading into a mysql database all the html code on a page that is between certain tags? IE:
Code: Select all
<html>
<body>
<p> Hey All</p>
Just wanted to say hi.
</body>
</html>