Click here to Skip to main content
15,899,679 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd6-Jun-07 18:53
Haun the 2nd6-Jun-07 18:53 
GeneralRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:42
Guffa6-Jun-07 20:42 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 1:37
professionalJimmyRopes7-Jun-07 1:37 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:50
Haun the 2nd7-Jun-07 5:50 
GeneralRe: Some Help for a beginner Pin
JimmyRopes7-Jun-07 6:16
professionalJimmyRopes7-Jun-07 6:16 
AnswerRe: Some Help for a beginner Pin
Guffa6-Jun-07 20:46
Guffa6-Jun-07 20:46 
GeneralRe: Some Help for a beginner Pin
Haun the 2nd7-Jun-07 5:52
Haun the 2nd7-Jun-07 5:52 
QuestionEmail problem in PHP Pin
kumar bharat bhusanam6-Jun-07 5:33
kumar bharat bhusanam6-Jun-07 5:33 
I want to send a html mail with multi-language in php.
Some part of mail content is from database. And some part user have to enter.
My database is ok. And Unicode utf-8 is used.
When I am retrieving data from database to my web page is ok. And coming in Russian language,
But when I am using same content to send email, the content comes with Unicode character but not in Russia language
I want mail in Russian language.

output of mail content is ----------------------------------


Академия Федерального агентства Правительственной связи и информации при президенте Российской Федерации

Имя пользователя # из # имя вуза # пригласил тебя в

---------------------------------------------------


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' . "\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

AnswerRe: Email problem in PHP Pin
JimmyRopes6-Jun-07 14:22
professionalJimmyRopes6-Jun-07 14:22 
Questionhow can i disable save as and Print option of word 2003 Pin
koolprasad20036-Jun-07 3:04
professionalkoolprasad20036-Jun-07 3:04 
AnswerRe: how can i disable save as and Print option of word 2003 Pin
Fred_Smith6-Jun-07 3:38
Fred_Smith6-Jun-07 3:38 
QuestionDropdownlist problems Pin
matjame6-Jun-07 2:17
matjame6-Jun-07 2:17 
AnswerRe: Dropdownlist problems Pin
Guffa6-Jun-07 3:09
Guffa6-Jun-07 3:09 
GeneralRe: Dropdownlist problems Pin
matjame6-Jun-07 22:28
matjame6-Jun-07 22:28 
QuestionDeploying a Web Service to the Server Pin
Richard Andrew x645-Jun-07 10:48
professionalRichard Andrew x645-Jun-07 10:48 
AnswerRe: Deploying a Web Service to the Server Pin
ganti.r6-Jun-07 0:40
ganti.r6-Jun-07 0:40 
GeneralRe: Deploying a Web Service to the Server Pin
Richard Andrew x646-Jun-07 9:06
professionalRichard Andrew x646-Jun-07 9:06 
QuestionWatiN Test Recorder Beta 3 Pin
Daaron5-Jun-07 9:52
Daaron5-Jun-07 9:52 
AnswerRe: WatiN Test Recorder Beta 3 Pin
Christian Graus6-Jun-07 0:42
protectorChristian Graus6-Jun-07 0:42 
AnswerRe: WatiN Test Recorder Beta 3 Pin
Daaron6-Jun-07 3:05
Daaron6-Jun-07 3:05 
QuestionWeb Service Encryption - How? Pin
mikkolaa5-Jun-07 7:45
mikkolaa5-Jun-07 7:45 
AnswerRe: Web Service Encryption - How? Pin
Not Active5-Jun-07 8:21
mentorNot Active5-Jun-07 8:21 
GeneralRe: Web Service Encryption - How? Pin
mikkolaa5-Jun-07 20:31
mikkolaa5-Jun-07 20:31 
Questiongenealogy site recommendation Pin
JimmyRopes5-Jun-07 4:21
professionalJimmyRopes5-Jun-07 4:21 
AnswerRe: genealogy site recommendation Pin
ganti.r6-Jun-07 0:29
ganti.r6-Jun-07 0:29 

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.