Possible Duplicate:
How do I make a request using HTTP basic authentication with PHP curl?
I am using a PHP Curl Class from http://query7.com/php-curl
and need to get content from one thrid party service provider with Basic Authentication.
I have no idea how I can pass my authentication details (i.e. username and password) to the above specified curl class.