PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my settings
my profile
Public Pastes
DropDownList Valid...
1 sec ago
Untitled
1 sec ago
implicitly pass pa...
7 sec ago
The Pillars of the...
7 sec ago
Untitled
8 sec ago
Untitled
2 min ago
Untitled
15 sec ago
Untitled
16 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.18 KB | hits: 17 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
$ch = curl_init( $url );
curl_setopt_array( $ch, $options );
$content = curl_exec( $ch );
$header = curl_getinfo( $ch );
curl_close( $ch );
print "CONTENT: " . $content;
create a
new version
of this paste
RAW Paste Data
$ch = curl_init( $url ); curl_setopt_array( $ch, $options ); $content = curl_exec( $ch ); $header = curl_getinfo( $ch ); curl_close( $ch ); print "CONTENT: " . $content;