Click here to Skip to main content
15,922,584 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to submit a POST with a WebRequest? (in C# to a PHP file) Pin
kubben24-Apr-07 2:16
kubben24-Apr-07 2:16 
Questioncan't create ASP.NET AJAX-Enabled Web Site in orcas Pin
Tsvi Girsh23-Apr-07 2:02
Tsvi Girsh23-Apr-07 2:02 
QuestionE-mail using javascript Pin
L Viljoen23-Apr-07 1:55
professionalL Viljoen23-Apr-07 1:55 
AnswerRe: E-mail using javascript Pin
badgrs23-Apr-07 2:19
badgrs23-Apr-07 2:19 
QuestionBUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200423-Apr-07 1:52
hifiger200423-Apr-07 1:52 
AnswerRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
RichardGrimmer23-Apr-07 5:50
RichardGrimmer23-Apr-07 5:50 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? [modified] Pin
hifiger200423-Apr-07 6:48
hifiger200423-Apr-07 6:48 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
marky77723-Apr-07 23:24
marky77723-Apr-07 23:24 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200423-Apr-07 23:29
hifiger200423-Apr-07 23:29 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
marky77723-Apr-07 23:37
marky77723-Apr-07 23:37 
GeneralRe: BUG IN PARAMETER OF ASP.NET 2.0 ? Pin
hifiger200424-Apr-07 2:04
hifiger200424-Apr-07 2:04 
QuestionDeveloping a new Site with FrontPage Pin
matjame22-Apr-07 23:03
matjame22-Apr-07 23:03 
AnswerRe: Developing a new Site with FrontPage Pin
Michael Hendrickx22-Apr-07 23:29
Michael Hendrickx22-Apr-07 23:29 
AnswerRe: Developing a new Site with FrontPage Pin
JimmyRopes27-Apr-07 19:10
professionalJimmyRopes27-Apr-07 19:10 
Questiondisplay data from database base on user input Pin
dheema22-Apr-07 22:58
dheema22-Apr-07 22:58 
QuestionReg web dialer Pin
NasimKaziS22-Apr-07 21:20
NasimKaziS22-Apr-07 21:20 
Questionjavascript to input masked date __/__/____ Pin
DineshSharmain22-Apr-07 20:49
DineshSharmain22-Apr-07 20:49 
AnswerRe: javascript to input masked date __/__/____ Pin
coolestCoder22-Apr-07 20:58
coolestCoder22-Apr-07 20:58 
Questionchanging a radio button programmatically Pin
JimmyRopes21-Apr-07 12:11
professionalJimmyRopes21-Apr-07 12:11 
AnswerRe: changing a radio button programmatically Pin
Fred_Smith22-Apr-07 0:29
Fred_Smith22-Apr-07 0:29 
GeneralRe: changing a radio button programmatically Pin
JimmyRopes22-Apr-07 2:24
professionalJimmyRopes22-Apr-07 2:24 
Questionemail probelm in php Pin
kumar bharat bhusanam21-Apr-07 5:51
kumar bharat bhusanam21-Apr-07 5:51 
AnswerRe: email probelm in php Pin
JimmyRopes21-Apr-07 12:22
professionalJimmyRopes21-Apr-07 12:22 
AnswerRe: email probelm in php Pin
Bradml22-Apr-07 3:04
Bradml22-Apr-07 3:04 
GeneralRe: email probelm in php Pin
kumar bharat bhusanam23-Apr-07 20:01
kumar bharat bhusanam23-Apr-07 20:01 
my mail code is as follows-------------
$message = "








  $mail1_invitationsent $mail2_invitationsent

  $mail3_invitationsent ($college_name)
 $mail_contents
 
$mail4_invitationsent
$mail5_invitationsent
 









";
// To send HTML mail, the Content-type header must be set
$headers = 'MIME-Version: 1.0' . "\r\n";
$headers .= 'Content-type: text/html; charset=utf-8' . "\r\n";
$headers .= 'From: xxxxx<community@xxxx.com>' . "\r\n";
mail($to, $subject, $message, $headers);

----------------------------- end of code-----------------------
some variables are used to change language
and
$mail_contents is the vatiable of mail contents which is partly from database and partyt from use input.
Plz. solve my prob

Bharat Bhusanam

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.