Connecting Tech Pros Worldwide Help | Site Map

Using Dreamweaver to build forms

  #1  
Old March 13th, 2008, 01:15 AM
Will Bumgardner
Guest
 
Posts: n/a
Hello all! I'm using Dreamweaver 8 to build forms for a website I am
building/maintaining. I can build the form just fine, but now I need a
fairly simple PHP code to be able to have the forms sent to me. As I look
throughout the Internet at various PHP formmailers, I am pretty confused at
how they all work. Is there something relatively simple that I could use?
Would someone be willing to help me build a form so that I know what I'm
doing for future forms?

Thanks!
Will Bumgardner

  #2  
Old March 13th, 2008, 04:15 AM
The Natural Philosopher
Guest
 
Posts: n/a

re: Using Dreamweaver to build forms


Will Bumgardner wrote:
Quote:
Hello all! I'm using Dreamweaver 8 to build forms for a website I am
building/maintaining. I can build the form just fine, but now I need a
fairly simple PHP code to be able to have the forms sent to me. As I
look throughout the Internet at various PHP formmailers, I am pretty
confused at how they all work. Is there something relatively simple
that I could use? Would someone be willing to help me build a form so
that I know what I'm doing for future forms?
>
Its not that simple,but if you posted a clear description as to what you
want, and what the environment is, someone with nothing better to do
might post up something to start from.

In this house SHE does Dreamweaver I do php...
Quote:
Thanks!
Will Bumgardner
  #3  
Old March 13th, 2008, 01:15 PM
Jerry Stuckle
Guest
 
Posts: n/a

re: Using Dreamweaver to build forms


Will Bumgardner wrote:
Quote:
Hello all! I'm using Dreamweaver 8 to build forms for a website I am
building/maintaining. I can build the form just fine, but now I need a
fairly simple PHP code to be able to have the forms sent to me. As I
look throughout the Internet at various PHP formmailers, I am pretty
confused at how they all work. Is there something relatively simple
that I could use? Would someone be willing to help me build a form so
that I know what I'm doing for future forms?
>
Thanks!
Will Bumgardner
>
Will,

Neither Dreamweaver nor any of the other products will do that work for
you, and you won't find scripts to do everything you need.
Additionally, every form is likely to take a different script.

If you're going to be doing work like this, you need to learn a
programming language or hire a consultant. You can get some help here,
but the key is *help*. People here won't do your job for you for nothing.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to insert multiple records in a table with one SQL Statement pborregg answers 2 August 15th, 2008 03:36 PM
integrating webform from dreamweaver. Paul answers 2 November 19th, 2005 08:34 PM
What is the best approach to creating WebForms? Jason answers 7 November 18th, 2005 06:18 PM
Object test = new Object() <-- Java, best way in C++ DrUg13 answers 11 July 22nd, 2005 07:06 AM