]> granicus.if.org Git - curl/commitdiff
for the php examples
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 13:29:57 +0000 (13:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Mar 2001 13:29:57 +0000 (13:29 +0000)
php/examples/README [new file with mode: 0644]

diff --git a/php/examples/README b/php/examples/README
new file mode 100644 (file)
index 0000000..edc9e94
--- /dev/null
@@ -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