Jump to content

Mike088

Members
  • Posts

    27
  • Joined

  • Last visited

    Never

Everything posted by Mike088

  1. Thanks for the replies. I have a basic script as follows: <form action="index.php" method="post"> Enter Your Word: <input type="text" name="word" /> <input type="submit" value="Submit" /> </form> <?php echo $_POST["word"]; ?> As you can see I have it just outputting the word that was input. I have a PHP class that generates common misspellings from a word (in this case I want it to be the word the user is inputting to my form). I have no idea on how to get the interaction between the input word and the class. The class I am wanting to use is http://web-professor.net/scripts/typo/cTypoGenerator.txt.
  2. Hi all I'll start of by saying I am really new to PHP . I am trying to create a form in which a user submits a word then it outputs a list of words which are generated from a PHP class. How would I go about doing this lol?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.