+ 1
Form submission and retrieval
which language(s) should I learn to be able to submit form details to a server and retrieve it
3 Respuestas
+ 12
HTML (Compulsory)
CSS (Optional) and
Anyone of the following
Nodejs,
PHP,
Python(framework),
Ruby(framework)
Java (framework)
+ 2
On the front end:
HTML; forms to be specific
On the back end:
- PHP
- nodeJS
And in between:
- HTTP
+ 1
php and js