curl/php/examples
2001-05-31 12:33:38 +00:00
..
getbinarypageinvar.php
getpageinvar.php
Makefile.am
README add entry for getbinarypageinvar.php 2001-05-31 12:33:38 +00:00
simpleget.php
simplepost.php

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

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