1
0
mirror of https://github.com/moparisthebest/curl synced 2024-11-07 10:05:06 -05:00
curl/php/examples/README

20 lines
580 B
Plaintext
Raw Normal View History

2001-03-16 08:29:57 -05:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
PHP program examples
2001-05-31 08:33:38 -04:00
getbinarypageinvar.php
- Fetch a single URL containing binary data and return it into a variable
2001-03-16 08:29:57 -05:00
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