Hi,
my script run under php5.1.2, under apache 2.2.0 and mysql 5.0.2.
when i run my php script under DBG, i haven't bug but if i run directly in IE or firefox then the result is crazy
(read below for an exemple of result). If you had an answer, thanks a lot
1f60
<li><a href='index.php?axion=850.0.0.0.0&orpheline=oInteractivite.ocw'>Interactivité</a></li>
<li><a href='index.php?axion=850.0.0.0.0&orpheline=oCommandes.ocw'>Gestion des commandes</a></li>
</ul>
</div>
<div id="leftCol">
.
.
.
.
<tr>
<form action='index.php' method='post' name='gopanier'>
<input type='hidden' name='ss_axion' value='520.0.0.0.0'>
HTTP/1.1 200 OK
Date: Sun, 07 May 2006 15:49:33 GMT
Server: Apache/2.2.0 (Win32) DAV/2 mod_ssl/2.2.0 OpenSSL/0.9.8a mod_autoindex_color PHP/5.1.2
X-Powered-By: PHP/5.1.2
Set-Cookie: PHPSESSID=afdefc65187706f3ab997cd11f96b112; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Pragma: no-cache
Keep-Alive: timeout=5, max=100
Connection: Keep-Alive
Transfer-Encoding: chunked
Content-Type: text/html
8876
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
.
.
.
.
<form action='index.php' method='post' name='gopanier'>
<input type='hidden' name='ss_axion' value='520.0.0.0.0'>
b-y-t-e-s
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="./chartes/standard/cavendish.css" media="screen" title="Cavendish"/>
<link rel="icon" href="/ecar-16.png" type="image/png" />
.
.
.
.
|
the output begin by a code
1f60,
after, block of html code normaly at middle of page,
after, an header of page etc...
only without DBG. why
thanks for your help
best regards
Jacques