diff --git a/php/Makefile.am b/php/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..22c751a70a886330a51f35515836382fe9632e30 --- /dev/null +++ b/php/Makefile.am @@ -0,0 +1,2 @@ +SUBDIRS = examples +EXTRA_DIST = README diff --git a/php/README b/php/README new file mode 100644 index 0000000000000000000000000000000000000000..3928ce3ba83ac1fe43edff9079ffd895aa0e9858 --- /dev/null +++ b/php/README @@ -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 diff --git a/php/examples/Makefile.am b/php/examples/Makefile.am new file mode 100644 index 0000000000000000000000000000000000000000..1a56381b2378c74995ae26bacbaaeb2ea4695688 --- /dev/null +++ b/php/examples/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = README getpageinvar.php simpleget.php simplepost.php