To Xampp For Windows 10 | Welcome

$conn->close(); ?>

Type http://localhost/ or http://127.0.0 into the address bar and press . welcome to xampp for windows 10

While the installation process is straightforward, a little preparation can save you from headaches later: $conn->close();

Eliminates the headache of installing and configuring Apache, MariaDB, and PHP separately. and PHP separately. &lt

<!DOCTYPE html> <html> <head> <title>Create a Blog Post</title> </head> <body> <h1>Create a Blog Post</h1> <form action="insert_post.php" method="post"> <label for="title">Title:</label> <input type="text" id="title" name="title"><br><br> <label for="content">Content:</label> <textarea id="content" name="content"></textarea><br><br> <input type="submit" name="submit" value="Submit"> </form> </body> </html>