+ 1
How to save html form data to php file
Actually my website is of multipages like we click on the "next" button to go on next page.. There's a "save" Button so that when we click on it the details we entered in the form gets saved locally and an alert appears showing "your data is saved".. That's what I want to do
5 Respostas
+ 1
Vicky Tanner I have already tried that but the problem is that it is showing the code as it is instead of the result
+ 1
When we write
? Php
Echo.....name : ( for example)
? >
It has to show the name but it is showing the code
0
You need to search for $_GET and $_POST tutorial to handling form data.
For saving form data you can search for database tutorial in PHP.
0
What do you mean with that? What code is showing?
0
Did you mean '<?php'?