hai all,
can anyone suggest on how to go about it.
like in vb, I wanted to use 3 buttons which do different actions
like add,edit & delete.
for add data, I submit the form (javascript is used to chek form details) to a php file where it adds data to my backend,
but for edit & delete button how am I to proceed with.
like onclick event of the button it should go & get data or value from the the form's textbox1 and proceed to another php file where it can allow the to edit the data as we do in VB
can I do this way????, if not how I need to do this way.
harish