blob: 86a88848678452a505c50b4da51e4b7544e6107d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 |                                   _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|
PHP
There's an excellent interface to curl written for PHP by Sterling Hughes. See
the subdirectory examples/ for some examples on how to program with it.
Unfortunately, we don't have much more information about the interface
included here yet, but there's a detailed online manual for it over at:
        http://www.php.net/manual/ref.curl.php
 |