If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > php to asp??

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-06-08, 08:02
techker techker is offline
Registered User
 
Join Date: Nov 2007
Posts: 5
php to asp??

hey guys i have this php for i use all the time and now my boddy whats me to make him a web site but he has an asp server.a long time for me...lol

is it possible to convert this to asp or have something similar?it is a form action for a flash form i have.

PHP Code:
<?
 
   $to 
"hh@gmail.com";
   
$msg "$name\n\n";
   
$msg .= "$message\n\n";

  
mail($to$subject$msg"From: APS.qc.ca\nReply-To: $email\n");

?>
Reply With Quote
  #2 (permalink)  
Old 02-06-08, 08:08
gvee gvee is offline
www.gvee.co.uk
 
Join Date: Jan 2007
Location: UK
Posts: 10,156
__________________
George
Twitter | Blog
Reply With Quote
  #3 (permalink)  
Old 02-06-08, 08:36
techker techker is offline
Registered User
 
Join Date: Nov 2007
Posts: 5
thx i will try it out!
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On