blob: edc9e94729074f504262a27ac8901f404da764b9 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 |                                   _   _ ____  _     
                              ___| | | |  _ \| |    
                             / __| | | | |_) | |    
                            | (__| |_| |  _ <| |___ 
                             \___|\___/|_| \_\_____|
PHP program examples
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
 |