PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I would like to "synchronize" to another page, meaning I can pull some data off of a remote site (like php.net) and display it on my page. I've had little luck with fread()... it was limited in what it displayed.
fread() just wouldn't read the whole page, even if I increased the filesize considerably. I've seen curl and heard of snoopy... maybe I'll take a look into it. Thanks