hey guys i got following error Undefined index: hname in C:\Temp\5Aug2010\job.php on line 38
this error occur in insert command i use
'".mysql_real_escape_string($_POST['hname'])."'
where hname is a textbox field on form
if i use
'".mysql_real_escape_string((isset($_POST['hname'])))."'
then error will gone but in database it show empty field.