aboutsummaryrefslogtreecommitdiff
path: root/php/examples/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-10-01 07:40:32 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-10-01 07:40:32 +0000
commit9ff28a823702781f7e90cd44f31032a453827e7a (patch)
treebc29b74be5941b9910f433042c182829cc44aba2 /php/examples/README
parente9aa07f660a3663281416fd5d391bcee78a117ec (diff)
moved to separate module
Diffstat (limited to 'php/examples/README')
-rw-r--r--php/examples/README19
1 files changed, 0 insertions, 19 deletions
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