new PHP section

This commit is contained in:
Daniel Stenberg 2001-03-16 13:27:42 +00:00
parent ca05d1b59c
commit 96f81a5c4a
3 changed files with 17 additions and 0 deletions

2
php/Makefile.am Normal file
View File

@ -0,0 +1,2 @@
SUBDIRS = examples
EXTRA_DIST = README

14
php/README Normal file
View File

@ -0,0 +1,14 @@
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
PHP
There's an excellent interface to curl written for PHP by Sterling Hughes.
Unfortunately, we don't have much information about that included here yet,
but there's a detailed online manual for it over at:
http://www.php.net/manual/ref.curl.php

1
php/examples/Makefile.am Normal file
View File

@ -0,0 +1 @@
EXTRA_DIST = README getpageinvar.php simpleget.php simplepost.php