묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
php 폼메일인데 다른건 잘되구요
문제가 메일을 받았을때 내용이 태그포함해서 오거든요.
보기가 힘들어요.
폼메일 자체에 html 또는 text 체크하는것도 없는데 그러거든요
아래 php 문서 2개 소스입니다
첫번째 문서 소스입니다
<?
$mailheaders .= "Return-Path: $fromrn";
$mailheaders .= "From: $name <$from>rn";
$bodytext = stripslashes($body);
mail($to,$subject,$bodytext,$mailheaders);
echo("check=success");
?>
----------------------------------------------------------------------------------
두번째 문서 소스입니다
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>mailer</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="window.document.movie.focus();">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="470" height="440" align="top">
<param name="movie" value="mailer.swf">
<param name="quality" value="high">
<embed src="mailer.swf" width="470" height="440" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</div></td>
</tr>
</table>
</body>
</html>
-----------------------------------
그리고 나머지 하나는 플래쉬 파일이에요..
php 폼메일 질문. 고수님들 도와주세요. 소스첨부
2005.10.18 23:14
php 폼메일인데 다른건 잘되구요
문제가 메일을 받았을때 내용이 태그포함해서 오거든요.
보기가 힘들어요.
폼메일 자체에 html 또는 text 체크하는것도 없는데 그러거든요
아래 php 문서 2개 소스입니다
첫번째 문서 소스입니다
<?
$mailheaders .= "Return-Path: $fromrn";
$mailheaders .= "From: $name <$from>rn";
$bodytext = stripslashes($body);
mail($to,$subject,$bodytext,$mailheaders);
echo("check=success");
?>
----------------------------------------------------------------------------------
두번째 문서 소스입니다
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>mailer</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="window.document.movie.focus();">
<table width="470" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="470" height="440" align="top">
<param name="movie" value="mailer.swf">
<param name="quality" value="high">
<embed src="mailer.swf" width="470" height="440" align="top" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object>
</div></td>
</tr>
</table>
</body>
</html>
-----------------------------------
그리고 나머지 하나는 플래쉬 파일이에요..