php file is not running using xampp
问题 I am a newbie in web development and I have just installed xampp. The control panel show everything is fine. All the services are running. I have created a database in mySQL using the phpMyAdmin and everything is fine with phpMyAdmin. I am trying to make a simple form which will make me able to add data in database table. My html form and php code are as follows. Both files are in htdocs folder: form.html <form action="signup.php" method="post"> Email: <input type="text" name="email"> <br>