> I want to pass a value, which came from a HTML form, to another PHP
> script. How can i do this?
>
> e.g.: $login - the value of this varriable is came from LOGIN.HTML to
> LOGIN.PHP. How can i pass the value of $login from LOGIN.PHP to
> PROCESS.PHP?
The easiest way is with a session. Remember
Either use session, cookies, or pass the value in URLs. Because it is
login information, I would choose session or cookie
Chinmoy Barua wrote:
Hello everybody,
I want to pass a value, which came from a HTML form, to another PHP script. How can i do this?
e.g.: $login - the value of this varria
2 matches
Mail list logo