Archive for the 'PHP' category
Monday, August 9th, 2010
if (!function_exists(‘curl_init’)){ die(‘CURL is not installed!’); } $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $Url); curl_setopt($ch, CURLOPT_REFERER,
Posted in PHP | No Comments »
Saturday, April 11th, 2009
$_SERVER['REMOTE_ADDR'] $_SERVER['HTTP_USER_AGENT']
Posted in PHP | No Comments »
Saturday, April 11th, 2009
php_flag display_errors on php_flag display_startup_errors on php_value error_reporting 2047
Posted in PHP | No Comments »
Thursday, October 30th, 2008
Create a PHP file with the code bellow and check if it works!
Posted in PHP | No Comments »