Tiziano Crimella wrote:
Im' sorry but I discovered a problem when I try to send an HTML module to a
PHP file. Watch the example below:
module.html:
----------------------------------------------------------------------------
----
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Module</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<form action="welcome.php" method="GET">
<input type="text" name="user">
<br>
<input type="submit" value="premi qui">
</form>
</body>
</html>
welcome.php:
----------------------------------------------------------------------------
----
<html>
<head>
<title>Welcome</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<?php
Print "Welcome <b>$user</b>";
?>
</body>
</html>
Under Microsoft XP's IIS with Php4 modules installled ther isn't any problem
but under Linux with Apache 2.0 and Php 4 modules installed, doesn't appear
nothing.
TO NOTE: Php's modules under this last system (linux/Apache2.0) run
correctly and other scripts have been execute correctly.
Thank you for any help
Tiziano Crimella - Switzerland
-- The above message is encrypted with double rot13 encoding. Any unauthorized attempt to decrypt it will be prosecuted to the full extent of the law.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php