curl/php/examples
Sterling Hughes 6f17c2f140 add entry for getbinarypageinvar.php 2001-05-31 12:33:38 +00:00
..
Makefile.am update the comment style from '#' to '//' which is the "un-official" 2001-05-31 12:14:12 +00:00
README add entry for getbinarypageinvar.php 2001-05-31 12:33:38 +00:00
getbinarypageinvar.php Add the getbinarypageinvar.php, which shows how to use the 2001-05-31 11:59:39 +00:00
getpageinvar.php update the comment style from '#' to '//' which is the "un-official" 2001-05-31 12:14:12 +00:00
simpleget.php Update comments and wrap in <?php and ?> 2001-05-31 12:25:49 +00:00
simplepost.php Change to // comments and add <?php and ?> wrappers 2001-05-31 12:32:04 +00:00

README

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

PHP program examples

getbinarypageinvar.php
 - Fetch a single URL containing binary data and return it into a variable

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