aboutsummaryrefslogtreecommitdiff
path: root/php/examples/README
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-16 13:29:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-16 13:29:57 +0000
commit19f8d715087f12ba8b4ad6f1bb9558f52e4216e7 (patch)
treed824d43d98bd51791f7fb2b4f680961c94518327 /php/examples/README
parent6f3bccd9117a6dc1c833e7dd5cebeed465cf3a40 (diff)
for the php examples
Diffstat (limited to 'php/examples/README')
-rw-r--r--php/examples/README16
1 files changed, 16 insertions, 0 deletions
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