Hi guys i want to ask you about connect mysql database from different hosting servers using php. and here my php code
<code>
<?php
$db_host = 'myurl.com:3306'; << Usually is Localhost.
$username = 'mycpanel usernam';
$password = 'smycpanel pass';
$db_usr = 'my database users';
$db_pwd = 'db pass';
$db_db = 'database name';
$con = mysqli_connect($db_host,$db_usr,$db_pwd,$db_db);
if (mysqli_connect_errno())
die("Unable to connect to Mysql Server");
function...
Error While Connect MySQL DAtabase
from Databases http://ift.tt/1T5emvH
via
IFTTT
Related Post
help getting query workhi there,
can i ask some help please.
i need to get the addon percentage on my database... add on
Mysql newbie questionI have 3 tables
TABLE #1 "users"
3 columns
User-ID int (11)
Location varchar (250)
Age int (11)
Pri
MySQL CONCAT, HAVING and JOINhi can this be use all together?
here is my query:
SELECT CONCAT(fullname," ",address1," ",city,"
Phpmyadmin triggerHi
"A" table (sipid,totalkg)
1 ..
2..
3..
"B" table (id,sipid,kg)
1 1 500
2 1 200
3 2 150
I want s
sql query to increase/decrease priceHi there,
I need to run a basic mysql query to increase all the prices in "price field" in my tabl
How to create a database?Hello,everybody
I want to know if the MySQL is the best database? How to create and manage my own
Out Of Topic Show Konversi KodeHide Konversi Kode Show EmoticonHide Emoticon