Click here to Skip to main content
15,887,370 members
Home / Discussions / Web Development
   

Web Development

 
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

QuestionLayout Question Pin
john3421-Apr-07 2:51
john3421-Apr-07 2:51 
AnswerRe: Layout Question Pin
Yulianto.21-Apr-07 6:27
Yulianto.21-Apr-07 6:27 
AnswerRe: Layout Question Pin
Bradml22-Apr-07 3:05
Bradml22-Apr-07 3:05 
Questionhow to set focus to a ajax control Pin
Bhaskar Ravindranath20-Apr-07 20:09
Bhaskar Ravindranath20-Apr-07 20:09 
AnswerRe: how to set focus to a ajax control Pin
WoutL20-Apr-07 22:37
WoutL20-Apr-07 22:37 
GeneralRe: how to set focus to a ajax control Pin
Bhaskar Ravindranath20-Apr-07 22:51
Bhaskar Ravindranath20-Apr-07 22:51 
GeneralRe: how to set focus to a ajax control Pin
Christian Graus22-Apr-07 19:40
protectorChristian Graus22-Apr-07 19:40 
AnswerRe: how to set focus to a ajax control Pin
Bradml22-Apr-07 3:06
Bradml22-Apr-07 3:06 
GeneralRe: how to set focus to a ajax control Pin
Bhaskar Ravindranath22-Apr-07 19:06
Bhaskar Ravindranath22-Apr-07 19:06 
GeneralRe: how to set focus to a ajax control Pin
Christian Graus22-Apr-07 19:37
protectorChristian Graus22-Apr-07 19:37 
Questiontrying to design a dynamic website with visual studio Pin
cpltek20-Apr-07 10:38
cpltek20-Apr-07 10:38 
QuestionASP.NET 2.0 USING - GRIDVIEW with INSERT Pin
hifiger200420-Apr-07 7:26
hifiger200420-Apr-07 7:26 
QuestionASP.NET 2.0 USING - MULTIVIEW / VIEW / UPDATEPANEL ? Pin
hifiger200420-Apr-07 7:21
hifiger200420-Apr-07 7:21 
Questionadd values to database from selection list box Pin
alxtech20-Apr-07 5:42
alxtech20-Apr-07 5:42 
QuestionVirtual directory in Apache Pin
Mike Rothermund20-Apr-07 2:37
Mike Rothermund20-Apr-07 2:37 
AnswerRe: Virtual directory in Apache Pin
Bradml22-Apr-07 3:12
Bradml22-Apr-07 3:12 
GeneralRe: Virtual directory in Apache Pin
steffw22-Apr-07 20:44
steffw22-Apr-07 20:44 

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.