how to insert data into database after validating each field in php without alert box

manju16
06:28:12
i am using ?action=add in form action..pls help me
smo1234
06-30-2012
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-2012
thanks u for your expalanation....
Please Login to post your reply or start a new topic