hello,
My problem is that, when I open my intex.php page in fck editor.it display every things correctly.
my code is like that
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test page</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<?
include("header.php");
?>
<table width="821" border="0" align="center" cellpadding="0" cellspacing="0" class="bodybg2">
<tr>
<td> .........................
................
</td>
</tr>
</table>
<?
include("footer.php");
?>
</body>
</html>
so when i edit my page it just change my phptags and my code look like that.............
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>test page</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<!--
include("header.php");
-->
<table width="821" border="0" align="center" cellpadding="0" cellspacing="0" class="bodybg2">
<tr>
<td> .........................
................
</td>
</tr>
</table>
<!--
include("footer.php");
-->
</body>
</html>
so any one can help me out from this problem
Waiting for responce.
Thank you.
Thu, 11/20/2008 - 07:23
#1
Re: my php tags convert into html comments tags
please don't cross post: viewtopic.php?f=6&t=12121&p=31852#p31852