In these blog we can understand more interesting things about the php language in detail. In simple steps with images and source code. Also understand about Ajax, Jquery, CSS and Bootstrap
$conn = new mysqli($servername, $username, $password, $dbname);
if($conn){
}else{ echo "Connection Failed"; } ?>
Step 2)
Open a browser type http://localhost/phpmyadmin/ in url.Click on Create new database as give name table to databaseand check connetion is successfully established or not.
Step 3)
Create a new file give name as table.php and copy the code of
No comments:
Post a Comment