8 posts tagged with form and php. (View popular tags)
Displaying 1 through 8 of 8. Subscribe:
Help me learn to code a form that passes multiple fields across several pages and ultimately emails me the results. [more inside]
posted by Elminster24
on Nov 30, 2009 -
12 answers
Does anyone know of a php script that can be used to easily generate a web form, and that can have a "calculation" box at the bottom, that will calculate a cost based on the previous response fields? [more inside]
posted by thewibbler
on Apr 1, 2009 -
6 answers
When I altered a PHP web form to take advantage of PHP Sessions, I lost the ability to go back a page while retaining data in the form. Is this the expected behaviour, or is it caused by something else? [more inside]
posted by odinsdream
on Feb 8, 2008 -
8 answers
I need to know why my HTML form isn't sending me e-mail when the user submits it. It also doesn't go to the header page after submission. However, the submitted info DOES show up in the URL. ( e.g., http://www.example.com/contactus.html?Name=John&Title=CEO....) [more inside]
posted by salvia
on Sep 6, 2007 -
18 answers
Rather than updating the entire table every time a user updates a form (their profile page, for instance), I'd like the quickest way to detect ONLY the edited fields, and update those accordingly.
[more inside]
posted by arrowhead
on May 10, 2007 -
13 answers
Although I've created sites hosted on Apache servers before, I've never had to take form results from a page and send them to a specific email (i.e. a standard form request) with Apache/PHP. Done it many times with CDONTS/CDOSYS or similar mail objects. Is there an equivalent object with Apache? I can't get an answer from the host provider (yet.)
posted by juiceCake
on May 12, 2006 -
6 answers
Form re-submission woes!
How can I catch page refreshes and prevent form values from being re-submitted? [more inside]
posted by purephase
on Sep 16, 2005 -
9 answers
Due to "security concerns," my web host provider has just banned two Form-to-email scripts (Formmail and NMS Formmail). Now I'm hard up to find a replacement. Any ideas? I'd prefer a solution that doesn't require a mastery of PERL to configure.
posted by Pinwheel
on Jan 17, 2005 -
4 answers