curl/php/examples
Daniel Stenberg 19f8d71508 for the php examples 2001-03-16 13:29:57 +00:00
..
Makefile.am new PHP section 2001-03-16 13:27:42 +00:00
README for the php examples 2001-03-16 13:29:57 +00:00
getpageinvar.php PHP examples 2001-03-16 13:28:11 +00:00
simpleget.php PHP examples 2001-03-16 13:28:11 +00:00
simplepost.php PHP examples 2001-03-16 13:28:11 +00:00

README

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

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