For any reason it works fine in my PC using Apache 2.0.58 and PHP 5.1.4 under
Windows XP, but it doesn't work with Apache 2.0.54 and PHP 4.4.0 under Linux.
I'm creating a .rtf file using data from the server... after that, I redirect
the user to the file recently created... something like
<?php
// create the .rtf file here
// :
// :
// redirect the user to the file
echo "<script>
window.open("report/file.rtf");
</script>";
?>
But i'm having "Zero Sized Reply" when running on Linux... and in Windows works
well.
Somebody can help me? What's the meaning of "Zero Sized Reply"? How can I fix
it besides changing the PHP Version
(which I can't change)?
Thanks ;-)
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
[Non-text portions of this message have been removed]