+ 3
How to connect a web with phpadmin slq server?
connection with db
6 Antworten
+ 5
mysqli_connect('localhost', 'name', 'password', 'defaultdb')
+ 4
is there any web hosting service, who provide free db for learning purpose?
+ 4
Aashish, you can setup a local host on your pc for free, if you want to use Linux distros try installing them in a virtual box then you can install mysql and whatever else you need.
+ 3
freewebhostingarea.com (?)
000webhost.com (?)
I never actually got into web hosting though, but you can actually try those two "recommended" sites. I've been using XAMPP for phpMyAdmin and I suggest you do the same too because uploading and updating files from FTP is a pain in the bum.
+ 1
use virtual host. wamp, xammp, etc
+ 1
use ssh rather than ftp. it's a desired skill