$connect=mysql_connect("localhost","root","passwor d"); // LOCAL
//$connect=mysql_connect("localhost","username_db"," username_pass"); // SERVER
mysql_select_db("DATABASE NAME");
mysql_query("Set character set 'utf8'",$connect);
mysql_query("Set names 'utf8'",$connect);
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|