On Wed, 13 Aug 2003 14:18:13 +0530, you wrote:

In your first post you say

>           When go to a new page from login page the address bar has
>localhost/regsuccess.php?password="ASD"

But in your second,

>Method Not Allowed
>The requested method POST is not allowed for the URL /products.html.
>    Apache/1.3.19 Server at localhost
>Any one is there to reaolve my problem

These are different files (regsuccess.php and products.html). It sounds like
the action attribute on your form is pointing to the wrong place. By default
Apache won't let HTML files deal with POST data, for obvious reasons.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to