Is there any possible way to send the html form data to java application without using php and asp stuff?
I know we can do this using php and do it before but can i do it directly?
I had used php in my previous app in which user sends his data to php form that saves it into the data base but now i want to directly get the data from the html form.PLease any idea for that?
Is there any possible way to send the html form data to java application
Share
You can send the data by using jsp or by sending it in a link like http://www.google.com?q=usa
and parse it on other side