Commit 19f8d715 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

for the php examples

parent 6f3bccd9
Loading
Loading
Loading
Loading

php/examples/README

0 → 100644
+16 −0
Original line number Diff line number Diff line
                                  _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|

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