php connect phpmyadmin | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

php connect phpmyadmin

how connect pho to phpmyadmin

14th Feb 2017, 3:37 AM
chilugen
chilugen - avatar
3 Answers
+ 2
$connect = mysqli_connect("Domain","Username","Password","Database name");
29th Aug 2017, 5:09 PM
Mohammad Zarchi
Mohammad Zarchi - avatar
+ 1
Every web hosting has in-built phpmyadmin. You just have to log into the web hosting panel and run it. If you use localhost (wamp,easyphp..) then also it must be pre-installed. What kind of problem do you have? What kind of host do you use?
14th Feb 2017, 8:12 PM
Dev
Dev - avatar
0
copy phpmyadmin to the public folder (www) and in the browser type www.domainname.com/phpmyadmin. This will take you to setup where you can create login details and create a database to connect to.
14th Feb 2017, 4:15 AM
Andre van Rensburg
Andre van Rensburg - avatar