0

hi thanks for clicking this post,

this might be a simple php problem - i want to make a minimalist add name to a website via php.

(type name) submit ----> daniel

which ever the user enters in the form will print and be saved dynamically so the user can refresh the page etc but still see what they typed.

any help would mean a lot!

username@:

already works just need help saving to database or saved by IP address

7
  • 3
    What help do you want ? Do you want us to write whole code for you ? Commented Sep 28, 2015 at 3:45
  • do you have a database? Commented Sep 28, 2015 at 3:46
  • Better yet similar question: How do you make money without having to work? Commented Sep 28, 2015 at 3:48
  • <form action="#" method="get"> name: <input type="text" name="fname"> <span class="glyphicon glyphicon-phone" aria-hidden="true"></span> <btn input type="submit" value="Submit"> </form> Commented Sep 28, 2015 at 3:56
  • You should use AJAX to achieve this Commented Sep 28, 2015 at 3:59

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.