Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default Form handler

    I'm trying to recreate a simple classified ads page for my web site.
    In the past, when I used FrontPage, visitors filled out a form, hit
    submit and thier ad was appended to the top of a simple html page,
    with each piece of data positioned next to the field name and the date
    automatically included.

    I don't use FrontPage anymore because it creates so much bloat and
    breaks down so often, but I need to replace the functionality
    described above. My host tells me I can do this with a php script,
    but I am not a programmer.

    Can anyone suggest where I might find such a script? One that's easy
    to use and preferably free (though I will consider a commercial
    solution if it's affordable).

    Thanks in advance,
    Isidore
    Isidore Guest

  2. Similar Questions and Discussions

    1. Frustrated!! Looking for PHP Form Handler
      :frown; I have been searching all over the Internet for a simple PHP form handler that can simply take the info from a form on my site and e-mail...
    2. ASP form to mail handler
      Hi, I'll try not to be too long winded! When we bought Dreamweaver (Nov 04) to redesign our site using CSS etc our ISP moved us from their...
    3. Calling a handler?
      I'm new to oop so please bare with me, I hope you can answer my question. I have a parent script which has an ancestor. I basically want to call...
    4. DataGrid's UpdateCommand event handler and CancelCommand handler problem
      I am having the same problem: the wrong event handler is being fired when column headings and page changes are clicked. I am using the datagrid...
    5. Fast signal handler switching & thread-specific handler.
      jek_bask@ngs.ru (Evgeny Baskakov) writes: This is quite likely to crash on at least some pthread implementations (especially if sigaltstack was...
  3. #2

    Default Re: Form handler

    Try picking up the book "Usable Forms for the Web" published by
    Glasshaus. You will have to do some reading, but there is lots to cut and
    paste from it as well.

    Good luck!

    Joel Goldstick
    > Can anyone suggest where I might find such a script? One that's easy
    > to use and preferably free (though I will consider a commercial
    > solution if it's affordable).
    >
    > Thanks in advance,
    > Isidore

    jcg Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139