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 a single file named as home1.php <?php $servername = "localhost"; $dbusername = "root"; $password = ""; // Create connection $conn = new mysqli($servername, $dbusername, $password); ?>