<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1040984" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1040984</link>
    <description></description>
    <language>en</language>
          <item>
    <title>On the page you POST to, you</title>
    <link>https://www.webmaster-forums.net/web-programming-and-application-development/asp-form-mail#comment-1229530</link>
    <description> &lt;p&gt;On the page you POST to, you use &lt;a href=&quot;http://www.w3schools.com/ASP/asp_inputforms.asp&quot;&gt;Request.Form(name of field)&lt;/a&gt;. If you use the GET method you use &lt;a href=&quot;http://www.w3schools.com/ASP/asp_inputforms.asp&quot;&gt;request.querystring(name of field)&lt;/a&gt;. Those are similar to $_GET[name of field] and $_POST[name of field] in PHP.&lt;/p&gt;
&lt;p&gt;You could also POST or GET to a remote page in PHP. Set the action on the form to http://&lt;strong&gt;your&lt;/strong&gt;-php-webhost.com/asp_form.php and handle the data remotely. Redirect the user back to the ASP site once you&#039;re done handling the form data. That&#039;s the beauty of HTTP, it&#039;s universal.&lt;/p&gt;
&lt;p&gt;If you still want to use ASP for the whole 9 yards, I don&#039;t think ASP comes built in with a mail function like PHP. So you might just want to insert the data into a database.&lt;/p&gt;
 </description>
     <pubDate>Tue, 08 Apr 2008 15:16:50 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1229530 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
