+ 1
How to submit input form properly in javascript?
Could anyone give an example for a form that submits user input to server. alternatively being able to submit to offline network, database or offline server?
2 odpowiedzi
+ 1
check the PHP -> POST. If you have database it will be easy to setup. JS is client side, PHP is server side
+ 1
other then php and js are there any client/server side languages??