Re: Rendered code disappear?!
- From: Preventer of Work <not_this@xxxxxxxxxx>
- Date: Wed, 07 May 2008 02:23:26 GMT
Jack wrote:
I have installed IIS 5.1 and php 5
1.php
<html>
<body>
<form action="welcome.php" method="post">
Name: <input type="text" name="name" />
Age: <input type="text" name="age" />
<input type="submit" />
</form>
</body>
</html>
welcome.php
<html>
<body>
Welcome <?php echo $_POST["name"]; ?>.<br />
You are <?php echo $_POST["age"]; ?> years old!
</body>
</html>
Any thoughts? I did succeed in one try run....
But it is messed up now
Thanks
Jack
I copied your code into two files. It worked perfectly.
Maybe you have some sort of caching problem, or your php module has become disabled.
.
- References:
- Rendered code disappear?!
- From: Jack
- Rendered code disappear?!
- Prev by Date: Re: Rendered code disappear?!
- Next by Date: Re: Rendered code disappear?!
- Previous by thread: Re: Rendered code disappear?!
- Next by thread: Re: Rendered code disappear?!
- Index(es):
Relevant Pages
|