How to Run a PHP File using XAMPP
by TechVidvan Team
Program 1
<html>
<body>
<center>
<pre>
<?php
$mycon=mysqli_connect("localhost","root","","Library");
echo "Connection done successfully.................";
?>
</pre>
</center>
</body>
</html>
Tags: how to run a php file using xampphow to use xampp in phpPHPphp practicalphp programrun a php file using xamppsetting up the xampp in php
TechVidvan Team
TechVidvan Team provides high-quality content & courses on AI, ML, Data Science, Data Engineering, Data Analytics, programming, Python, DSA, Android, Flutter, full stack web dev, MERN, and many latest technology.