diff options
-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 |