From 9ff28a823702781f7e90cd44f31032a453827e7a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Oct 2001 07:40:32 +0000 Subject: moved to separate module --- php/examples/Makefile.am | 2 -- php/examples/README | 19 ------------------- php/examples/getbinarypageinvar.php | 25 ------------------------- php/examples/getpageinvar.php | 12 ------------ php/examples/simpleget.php | 14 -------------- php/examples/simplepost.php | 14 -------------- 6 files changed, 86 deletions(-) delete mode 100644 php/examples/Makefile.am delete mode 100644 php/examples/README delete mode 100644 php/examples/getbinarypageinvar.php delete mode 100644 php/examples/getpageinvar.php delete mode 100644 php/examples/simpleget.php delete mode 100644 php/examples/simplepost.php (limited to 'php/examples') diff --git a/php/examples/Makefile.am b/php/examples/Makefile.am deleted file mode 100644 index 105a073ae..000000000 --- a/php/examples/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -EXTRA_DIST = README getpageinvar.php getbinarypageinvar.php simpleget.php \ - simplepost.php diff --git a/php/examples/README b/php/examples/README deleted file mode 100644 index 975908d2d..000000000 --- a/php/examples/README +++ /dev/null @@ -1,19 +0,0 @@ - _ _ ____ _ - ___| | | | _ \| | - / __| | | | |_) | | - | (__| |_| | _ <| |___ - \___|\___/|_| \_\_____| - -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 diff --git a/php/examples/getbinarypageinvar.php b/php/examples/getbinarypageinvar.php deleted file mode 100644 index 52e542c3d..000000000 --- a/php/examples/getbinarypageinvar.php +++ /dev/null @@ -1,25 +0,0 @@ - diff --git a/php/examples/getpageinvar.php b/php/examples/getpageinvar.php deleted file mode 100644 index 9b45d9ef7..000000000 --- a/php/examples/getpageinvar.php +++ /dev/null @@ -1,12 +0,0 @@ - diff --git a/php/examples/simpleget.php b/php/examples/simpleget.php deleted file mode 100644 index 0ae431315..000000000 --- a/php/examples/simpleget.php +++ /dev/null @@ -1,14 +0,0 @@ - diff --git a/php/examples/simplepost.php b/php/examples/simplepost.php deleted file mode 100644 index 1c29447ba..000000000 --- a/php/examples/simplepost.php +++ /dev/null @@ -1,14 +0,0 @@ - -- cgit v1.2.3