View Single Post
Old 09-03-2014, 12:19 AM   #2
george.web13
Registered User
 
Join Date: Jul 2014
Location: Athens, Greece
Posts: 461
$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.
george.web13 is offline   Reply With Quote