<?php
//Start Here
$DB[] = "localhost"; // normally, localhost, if not Mysql server name or server IP address
$user[] = "kullaniciadim"; // your MysQl username
$passwd[] = "parolam"; // your MySQL password
$db = "veritabanim"; // The name of the database
mysql_query("SET NAMES 'latin5'");
//End
?>
olarak dene