yepwingtim
Registered User.
- Local time
- Yesterday, 18:42
- Joined
- Jun 6, 2008
- Messages
- 126
Here is the deal
I got localhost connecting with sql on my local computer
Can I drag the sql files and place it into the ftp server where it will allow to connect with php?
mysql_connect(www.website.com,'','')
Is this the correct way of connecting?
Or can I use:
mysql_connect('MY IP', '','');
________
Impala
I got localhost connecting with sql on my local computer
Can I drag the sql files and place it into the ftp server where it will allow to connect with php?
mysql_connect(www.website.com,'','')
Is this the correct way of connecting?
Or can I use:
mysql_connect('MY IP', '','');
________
Impala
Last edited: