Search results

  1. D

    Simple PHP help please?

    I have a text field on my website that saves visitor's input in the database. If someone writes something like "it's rainy" in the field, an error occurs because the ' character is messing up the input. Could you please let me know how this problem can be solved without asking the user to...
  2. D

    How do I get an html form to submit only with enter button on screen?

    I have the following code: <form name="input" method="GET"> Name: <input type="text" size = "50" name="name" /> <br> Email: <input type="text" size = "50" name="email" /> <br> Donation: <input type="int" size = "25" name="donation" /> <br><br> <input type="submit" value = "ENTER" name = "enter"...
  3. D

    How do you assign html text field entered string to php variable?

    For example there's a field to enter your name, and I want to save it in the php variable $name Thank you!
Back
Top