From 19f8d715087f12ba8b4ad6f1bb9558f52e4216e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 16 Mar 2001 13:29:57 +0000 Subject: [PATCH] for the php examples --- php/examples/README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 php/examples/README diff --git a/php/examples/README b/php/examples/README new file mode 100644 index 000000000..edc9e9472 --- /dev/null +++ b/php/examples/README @@ -0,0 +1,16 @@ + _ _ ____ _ + ___| | | | _ \| | + / __| | | | |_) | | + | (__| |_| | _ <| |___ + \___|\___/|_| \_\_____| + +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