Mysql php error insert statement not working
Posted
by DAFFODIL
on Stack Overflow
See other posts from Stack Overflow
or by DAFFODIL
Published on 2010-03-28T10:56:53Z
Indexed on
2010/03/28
11:03 UTC
Read the original article
Hit count: 342
mysql
I created database using mysql but now,i am unable to insert data,I am getting this error.
Notice: Undefined index: Name in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Address in C:\wamp\www\customer.php on line 12
Notice: Undefined index: City in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Pincode in C:\wamp\www\customer.php on line 12
Notice: Undefined index: State in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Country in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Phone in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Mobile in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Fax in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Email in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Website in C:\wamp\www\customer.php on line 12
Notice: Undefined index: Notes in C:\wamp\www\customer.php on line 12 Error: Table 'form.customer' doesn't exist
© Stack Overflow or respective owner