
 Karl Masche - 2008-05-13 20:04:23
 
Hi,
I found some html error's in your script:
echo "<H2><LI>Response body:</LI</H2>\n<PRE>\n";
does it should be:
echo "<h2><li>Response body:</li></h2>\n<pre>\n";
I found some of these lines.
At the xhtml standard the tags should be small letters,
do you have a class to change the big letters to small
letters.