1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00
curl/php/examples
Sterling Hughes 3d54ba1b9e Add the getbinarypageinvar.php, which shows how to use the
CURLOPT_BINARYTRANSFER, added in PHP 4.0.6 along with the
CURLOPT_RETURNTRANSFER option.
2001-05-31 11:59:39 +00:00
..
2001-03-16 13:28:11 +00:00
2001-03-16 13:27:42 +00:00
2001-03-16 13:29:57 +00:00
2001-03-16 13:28:11 +00:00
2001-03-16 13:28:11 +00:00

                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

PHP program examples

getpageinvar.php
 - Fetch a single URL and return in a variable

simpleget.php
 - A very simple example that gets a HTTP page

simplepost.php
 - Example that sends a HTTP POST to a remote site