Click here to Skip to main content
15,911,360 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: SAVE ERROR with TAG IN ASP.NET [modified] Pin
hifiger200427-Apr-07 20:59
hifiger200427-Apr-07 20:59 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
Christian Graus27-Apr-07 21:29
protectorChristian Graus27-Apr-07 21:29 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
hifiger200428-Apr-07 3:01
hifiger200428-Apr-07 3:01 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
Christian Graus28-Apr-07 12:14
protectorChristian Graus28-Apr-07 12:14 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
hifiger200429-Apr-07 1:28
hifiger200429-Apr-07 1:28 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
Christian Graus29-Apr-07 10:46
protectorChristian Graus29-Apr-07 10:46 
GeneralRe: SAVE ERROR with TAG IN ASP.NET Pin
hifiger20042-May-07 4:27
hifiger20042-May-07 4:27 
QuestionEmail problem in php Pin
kumar bharat bhusanam27-Apr-07 4:25
kumar bharat bhusanam27-Apr-07 4:25 
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
Bradml27-Apr-07 6:07
Bradml27-Apr-07 6:07 
GeneralRe: Email problem in php Pin
JimmyRopes27-Apr-07 18:01
professionalJimmyRopes27-Apr-07 18:01 
AnswerRe: Email problem in php Pin
JimmyRopes27-Apr-07 17:59
professionalJimmyRopes27-Apr-07 17:59 
GeneralRe: Email problem in php Pin
Bradml27-Apr-07 21:15
Bradml27-Apr-07 21:15 
GeneralRe: Email problem in php Pin
JimmyRopes28-Apr-07 7:33
professionalJimmyRopes28-Apr-07 7:33 
QuestionWait cursor for a long-running process Pin
Alaric_27-Apr-07 4:14
professionalAlaric_27-Apr-07 4:14 
QuestionAttaching Event handler to a event in javascript Pin
vvijaykrishna27-Apr-07 2:21
vvijaykrishna27-Apr-07 2:21 
QuestionMenu with Javascript Pin
Socheat.Net26-Apr-07 23:54
Socheat.Net26-Apr-07 23:54 
AnswerRe: Menu with Javascript Pin
szukuro27-Apr-07 4:58
szukuro27-Apr-07 4:58 
GeneralRe: Menu with Javascript Pin
Socheat.Net29-Apr-07 15:18
Socheat.Net29-Apr-07 15:18 
GeneralRe: Menu with Javascript Pin
szukuro30-Apr-07 3:17
szukuro30-Apr-07 3:17 
GeneralRe: Menu with Javascript Pin
Socheat.Net30-Apr-07 17:24
Socheat.Net30-Apr-07 17:24 
Questioneffective retrieval and display of data from Oracle using Classic ASP/Javascript Pin
MPR200626-Apr-07 16:09
MPR200626-Apr-07 16:09 
Questioncross-domain messaging Pin
pranilrao12326-Apr-07 11:37
pranilrao12326-Apr-07 11:37 
AnswerRe: cross-domain messaging Pin
kubben27-Apr-07 11:45
kubben27-Apr-07 11:45 
QuestionHTTP POST Question Pin
mobius11100126-Apr-07 9:05
mobius11100126-Apr-07 9:05 
AnswerRe: HTTP POST Question Pin
led mike26-Apr-07 9:13
led mike26-Apr-07 9:13 

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.