In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] ("Joseph Bannon") wrote:

> > Sure you can, but the only way I know of is to use  fsockopen() and use
> > fputs() to mimick an HTTP connection session.
> 
> Can you give me the coding for this?

The annotated docs contain many code samples to learn from, use, adapt, 
whatever.  Tip: the quick way to jump to a function in the manual is to 
append the function's name to "http://www.php.net/".

So...
<http://www.php.net/fsockopen>
<http://www.php.net/fputs>

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to