diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-03-16 13:30:56 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-03-16 13:30:56 +0000 |
commit | 5980c2977bea05290d40492f4f0e8b596b57904d (patch) | |
tree | 41e36e58310c9a7a49734a7f8ac69b3ae192093f | |
parent | 19f8d715087f12ba8b4ad6f1bb9558f52e4216e7 (diff) |
filled in
-rw-r--r-- | php/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/php/README b/php/README index 3928ce3ba..86a888486 100644 --- a/php/README +++ b/php/README @@ -6,9 +6,10 @@ PHP - There's an excellent interface to curl written for PHP by Sterling Hughes. +There's an excellent interface to curl written for PHP by Sterling Hughes. See +the subdirectory examples/ for some examples on how to program with it. -Unfortunately, we don't have much information about that included here yet, -but there's a detailed online manual for it over at: +Unfortunately, we don't have much more information about the interface +included here yet, but there's a detailed online manual for it over at: http://www.php.net/manual/ref.curl.php |