Re: HTML Post Method

On 9 Sep 2003 at 10:56, Sridher  Kaminani wrote:

[...]
> this is test2.php
> 
> <htmL>
> <head> </head>
> <body>
> <form  name="test2.php" method="post" action="test1.html">
> <?php 
> 
> echo("Username is $username");
> 
> echo("Password is  $password");
> ?>
>   
> </form>
> </body>
> </html>
> 
> I really appreciate if anyone could send reply soon.

Try asking on a php list.

Received on Tuesday, 9 September 2003 12:49:19 UTC