Hi all !!!

I execute a page php with a simple code..the page appears in white..and when
I oppress the right click to see the source I obtain this result.  
_____________

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
        <title>Untitled</title>
</head>
<body>
<?php
$cad="Hassan";
echo $cad;
?>
</body>
</html>
  
_______________

Everything was working well until I installed the new version for win32 PHP
4.0.5

Thanks !!!!

--
M. Sc. Hassan Arteaga Rodríguez
Microsoft Certified System Engineer
Network Admin, WEB Programmer
FUNDYCS, Ltd
[EMAIL PROTECTED]

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to