Hello,
In order to have form save the data and display the data on the page that a user puts in, do you have to use php or some other server side language to store my data in?
Printable View
Hello,
In order to have form save the data and display the data on the page that a user puts in, do you have to use php or some other server side language to store my data in?
The short answer is yes, 99% of people use some kind of server side technology. You could also use something like google gears.
Is their a way to store and display data that a user inputs with only EXT JS?
Without the need of any server side language.
Yes, like evant said. Try googling for google gears.