|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
PHP to AsP
<?php
$MessageNoSlashes = stripslashes($MailMessage); $SubjectNoSlashes = stripslashes($MailSubject); mail( "$MailTo", "$SubjectNoSlashes", "$MessageNoSlashes", "From: $MailFrom\r\n" ."Reply-To: $MailFrom\r\n"); print ("OK"); ?> The above code is in php. Can anyone help me out by converting this code to asp? My website hosting does not support php pages. ![]() |
|
#2
|
||||
|
||||
|
no direct conversion.
you'll have to find some CDOSYS script, you got one in the Code Bank, I believe it's in the second page by now.. |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > PHP to AsP |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|