How to make a remote connection with database using sencha touch
I mean, how do you connect submitting the form to a remote database ?
How do you get the response from database that your form has been submitted successfully ?
How to make a remote connection with database using sencha touch I mean, how
Share
You can do it by making an
Ext.Ajaxrequest.Let’s assume that your form has 3 fields:-
textfield)passwordfield)numberfield)You will get those fields values like shown below,
Now, at the server side, your
insert.phpcode will make a connection with your database and insert the values & get the response back to the user.