Re: POST Method
- From: Erwin Moller <since_humans_read_this_I_am_spammed_too_much@xxxxxxxxxxxxxxxx>
- Date: Fri, 29 Apr 2005 09:49:06 +0200
FF wrote:
> Hello
>
> I would like send variable to php script from URL
> using POST method. Is possible do it ?
> ( <a href="xxx.php">)
>
Hi,
I am not sure what you mean, but is this helping?
make URL (with Javascript or whatever)
xxx.php?name=FF&number=42
from xxx.php:
$passedName = $_GET["name"];
$passedNumber = $_GET["number"];
Is that what you want?
Regards,
Erwin Moller
.
- Follow-Ups:
- Re: POST Method
- From: Erwin Moller
- Re: POST Method
- References:
- POST Method
- From: FF
- POST Method
- Prev by Date: Re: Help needed
- Next by Date: Re: "XSLTProcessor class not found"
- Previous by thread: Re: POST Method
- Next by thread: Re: POST Method
- Index(es):
Relevant Pages
|