| how to insert data into database after validating each field in php without alert box |
manju16 06:28:12 23:52 | i am using ?action=add in form action..pls help me |
subhendu 06:30:12 08:08 | By just marking action = add you can't insert data to a database. You need to complete the following steps.
1. Collect the data
2. Connect to database
3. Develop SQL to insert data
4. Execute the query and display message based on success of failure.
You need to have idea of any server side scripting to manage all these steps. | manju16 07:02:12 01:47 | thanks u for your expalanation.... | Please Login to post your reply or start a new topic |