I'm expecting the value that I inserted at web page stored in the databaase. The error shown before tell me the fields are empty still empty even I already put something to all of them.
These are the coding that I use before
KONEKSI.PHP
<?php
$dbhost = "localhost";
$dbuser = "";
$dbpass =...
how to make connection between web page using PHP with MySQL database? I already tried to input some values using webpage but database doesn't respond it properly. The database just add 1 row, but it is empty, doesn't have any values at all.
This is the code I use :
<?php...