Setting Up Your Environment to use the PHP Samples
Before you use the PHP examples, make sure you have PHP, PEAR and the HTTP_Request extension installed. The following may be helpful.
- First you need to download and install PHP. To learn more about installing PHP, see the following link: www.php.net
- Next, install PEAR for PHP. To learn more about installing PEAR, see the following link: pear.php.net/manual/en/installation.php
- Next, install the HTTP_Request extension. On Windows you would type >pear install --onlyreqdeps HTTP_Request