Hi there!
PHP version is 4.2.2
Sometimes my PHP page loads like this:
<body bgcolor=\"#FFFF FF\" text=\"#000000\ " leftmargin=\"0\ " topmargin=\"0\"
marginwidth=\"0 \" marginheight=\" 0\" bottommargin=\" 0\">
<table height=\"100%\" width=\"770\" border=\"0\" cellspacing=\"0 \"
cellpadding=\"0 \" align=\"center\ ">
<tr valign=\"top\" height=\"10\">
<td>
<table width=\"100%\" border=\"0\" cellspacing=\"0 \" cellpadding=\"0 \">
<tr valign=\"top\">
and page is of course displayed wrong.
However, when I refresh it, I simply get normal view (without any
backslashes before "):
<body bgcolor="#FFFFF F" text="#000000" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0 " bottommargin="0 ">
<table height="100%" width="770" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr valign="top" height="10">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr valign="top">
What this can be? Sometimes when I refresh it - it shows fine, then wrong,
then wrong, then fine, then wrong, then fine...
I really don't understand why this is happening. Any help?
TIA.
--
V.
PHP version is 4.2.2
Sometimes my PHP page loads like this:
<body bgcolor=\"#FFFF FF\" text=\"#000000\ " leftmargin=\"0\ " topmargin=\"0\"
marginwidth=\"0 \" marginheight=\" 0\" bottommargin=\" 0\">
<table height=\"100%\" width=\"770\" border=\"0\" cellspacing=\"0 \"
cellpadding=\"0 \" align=\"center\ ">
<tr valign=\"top\" height=\"10\">
<td>
<table width=\"100%\" border=\"0\" cellspacing=\"0 \" cellpadding=\"0 \">
<tr valign=\"top\">
and page is of course displayed wrong.
However, when I refresh it, I simply get normal view (without any
backslashes before "):
<body bgcolor="#FFFFF F" text="#000000" leftmargin="0" topmargin="0"
marginwidth="0" marginheight="0 " bottommargin="0 ">
<table height="100%" width="770" border="0" cellspacing="0" cellpadding="0"
align="center">
<tr valign="top" height="10">
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0" >
<tr valign="top">
What this can be? Sometimes when I refresh it - it shows fine, then wrong,
then wrong, then fine, then wrong, then fine...
I really don't understand why this is happening. Any help?
TIA.
--
V.
Comment