1 Vote
indexing databases
Will someone tell me why the below doesn't add a record to the database. It only displays my source code?
$username="root";
$password="";
$database="hoappsdb";
$entrytype=$_POST['entrytype'];
$appl=$_POST['appl'];
$date=$_POST['date'];...


Answers