![]() |
#1 |
Registered User
Join Date: Dec 2013
Posts: 327
|
database connectivity
How to connect to database in PHP using SQL?
|
![]() |
![]() |
![]() |
#2 |
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. |
![]() |
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
What is database connectivity? | employmentpakis | PHP / mySQL | 5 | 08-07-2014 05:31 AM |
Windows Hosting on IIS 8 Server with Free SQL 2012 Database | thewebhosting | Web Promotion | 1 | 04-04-2013 08:53 AM |
US Lawyers / Legal Firms Database | immediate | Post your ad here | 3 | 11-23-2012 10:43 PM |
Plastic Surgeons Database of United States (Phone, Address, Zip) | immediate | Post your ad here | 0 | 05-09-2012 12:11 AM |
ISO Country Codes and Area Codes Database with Population, Area and GDP | immediate | Post your ad here | 0 | 02-03-2012 03:48 AM |