Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > PHP / mySQL

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 09-01-2014, 02:14 AM   #1
johnstyle
Registered User
 
Join Date: Dec 2013
Posts: 327
database connectivity

How to connect to database in PHP using SQL?
johnstyle is offline   Reply With Quote

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
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
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


All times are GMT -7. The time now is 01:38 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.