You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For hosting website locally on your personal system
Learn Sql queries for database manipulations
Default settings will be
Every file will be put into htdocs folder i.e.( C:\xampp\htdocs )
Turn on apache and mysql from xammp control panel
There will be 2 files one for html and one for php named as home1.html and home1.php respectively <?php $servername = "localhost"; $dbusername = "root"; $password = ""; // Create connection $conn = new mysqli($servername, $dbusername, $password); ?>