Hello Alexa,
welcome to our PasteBin system.
Please bare in mind this system is working for this version of IP.B (bulletin board software used) but it is not guaranteed that it will work on future versions.
Use this system with responsibility and do not spam our system.
PHP example
Written in PHP language,
viewed 640 times,
Created by Ravage on .
viewed 640 times,
Created by Ravage on .
<?php // create curl resource $ch = curl_init(); // set url curl_setopt($ch, CURLOPT_URL, "example.com"); //return the transfer as a string curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); // $output contains the output string $output = curl_exec($ch); // close curl resource to free up system resources curl_close($ch); ?>
Related Files Set
-
- Delphi/Pas/Pascal Test 1 delphi
Ravage - 01 Jan 2014 - 03:34
Permanent Link
Quick BBCode
- Total Files 5
- Latest By kuupa
user(s) are online (in the past 120 minutes)
members, guests, anonymous users
Paste Board System 1.0.3 © Virteq 2014