Jump to content

csimms

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

csimms's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I know this is not really direct towards a .PHP question, although I have foudn this forum filled with people that know their stuff.. I created a site using DreamWeaver and some PHP pages. Its filled some graphics, that the client wants to use, but they are saying it takes to long to upload the page if you are on dial-up. So they want me to work a way to make it load faster. Any ideas, they like the test site while on high speed access (DSL) hate it on Dial-up. thanks..
  2. thanks for your help.. I got it working now.. thanks for everything
  3. thank you for your help.. now how would i redirect the page to a thank you page? thanks for all of your help...
  4. I got a process.php that does the processing to email the data from my form, although I need to redirect the enduser to a thank you page once they click on the submit button from the form page. How do I redirect to a new page once the submit button is clicked.. I know the code needs to be on the process page, but have no idea what it is. thanks for your help
  5. I am in the process of creating a form in Dreamweaver, but a friend of mine had told me I should use PHP to handle the processing of the form. I have never used PHP and have been reading up on the basics and need some help with handling the form. In the form I have the following <FORM name=Comment action="process.php" method="post"> For the prcocess.php I have this so far <form name=comment method=post action=contact_thanks.php> <p class=bodymd>All fields of this form are required to be filed in...</p> <p class=bodymd>Fill in the ones you missed, they are listed below.</p> <p class=bodymd>Your First Name<br><input type=text name=firstname></p> <p class=bodymd>Your Last Name<br><input type=text name=lastname></p> <p class=bodymd>Your Email Address<br><input type=text name=Emailaddress></p> <p class=bodymd>Enter Date<br><input type=text name=Date></p> <p class=bodymd>Select Class Taken<br><select=option name=classtaken></p> <p class=bodymd>Comment or Questions<br><textarea name=Comment rows=20 cols=100></textarea></p> <input type=submit name=Submit value=Submit><input type=reset name=Reset value=Clear Form></form> I really need some help.. I have tried serveral different ways, what I need to happen is to have the form information the end user fills out sent to my email address in plain text or in the form format if possible.. I am trying to create a commment form for my site.. I would also like to put in place a way to stop any bots from sending spam.. Thank you for your help..
×
×
  • 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.