Hello

Actually I am working on php I have created a insertion form in which I need when entering a value into bill amt text box then it should be compare with exp value if it is not equal then the color of bill amt text box should be change.

here is code
Code:
<?php
error_reporting(E_ALL^E_NOTICE);
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "";
$dbname
...