how to read an web page by url.. using curl function.......

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!

Moderator: General Moderators

djdon11
Forum Commoner
Posts: 90
Joined: Wed Jun 20, 2007 5:03 pm

curl

Post by djdon11 »

so there is mistake in my code or some server settings are not supporting .. may be ????
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

I would download http live headers (a firefox addon) and see what headers are sent during a regular visit, then you'll need to see what you've likely missed.
Post Reply