08-20-2009, 03:23 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Jul 2009
Posts: 80
Thanks: 13
|
get all text in div
Hi just windering we need to get all the html code inside the following div using a php script
Code:
<body>
<div id="entry"></div>
</body>
the page is on another server, and we don't have access to the ftp and it changes every 2 hours, so I was thinking using a ping file that runs every 2 hours, (I would set that up in cpanel)
the file url looks like
http://www.example.com/blog.php
Thanks
|
|
|
|