pan.peter Posted July 8, 2009 Share Posted July 8, 2009 hi, Sorry, I am a novice to .php skripting. I wrote a 4 pages websurvey in Dreamweaver with a contactformprocess to retrieve the information. The contactformprocess works well. However, the information is not kept in the form, so that there is no content in the e-mail. The following code is the beginning of a random site of the websurvey. Sorry, for the mess. <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- --> </style> </head> <body bgcolor="#FFFFFF"> <span class="main"></span> <span class="unnamed1"></span> <span class="unnamed1"></span> <form action="site-1.php" method="post" > ....and the end bit.... <input type="submit" value="NEXT" /> </td> </tr> <tr> <td colspan="3" height="43"> <div align="left"><img src="elements/lower%20bar%20Kopie.gif" width="750" height="39"></div> </td> </tr> <tr> <th colspan="3" height="50"><a href="site.htm"><img src="elements/arrows-2.jpg" width="60" height="37" border="0"></a><a href="site-1.htm"><img src="elements/arrows-1.jpg" width="60" height="37" border="0"></a></th> </tr> <tr class="main"> <th colspan="3" height="50"><img src="elements/0%25.jpg" width="709" height="49"> </th> </tr> </table> <p> </p> <p class="unnamed1"> </p> <p> </p> <p> </p> </form> </body> </html> Link to comment https://forums.phpfreaks.com/topic/165265-no-information-retrieved/ Share on other sites More sharing options...
pengu Posted July 8, 2009 Share Posted July 8, 2009 could you show a bit more information mate? you'll have to use the mail() function. http://au.php.net/manual/en/function.mail.php Link to comment https://forums.phpfreaks.com/topic/165265-no-information-retrieved/#findComment-871562 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.