1use it for educational purposes, and a little entertainment purpose,too much youtube is time waste
2
1YouTube is an American online video-sharing platform,
2Three former PayPal employees—Chad Hurley, Steve Chen, and Jawed Karim
3—created the service in February 2005.
1<?php
2$servername = "localhost";
3$database = "194589";
4$username= "194589";
5$password = "UottBM37";
6
7$strcon = mysql_connect($servername,$username,$password,$database);
8if (!$strcon){
9 die("Error" . mysqli_connect_error());
10}
11echo "Sucess";
12?>
13
14