Page 1 of 1

PEAR Issues

PostPosted: 11. October 2004 02:03
by vbthanks
Hello,
I'm am trying to use this PEAR function...
http://pear.php.net/manual/en/package.h ... t.post.php

But get this error...
Warning: main(HTTP/Client.php): failed to open stream: No such file or directory in E:\xampp\xampp\htdocs\test.php on line 3


Can anyone help ? I am new to PEAR.

Cheers,
Mick

PostPosted: 11. October 2004 02:07
by Wiedmann
This PEAR package is not included in XAMPP. You must install it with "pear.bat" in "\xampp\php".

PostPosted: 11. October 2004 02:09
by vbthanks
Thanks Wiedmann,
I have successfully installed the package and don't get an inculde error now - but still not sure how to impliment the this function...

Code: Select all
HTTP_Client::post()


Can someone help me with this ?

Cheers,
Mike