Re: receive value $_POST
- From: "flamer die.spam@xxxxxxxxxxx" <die.spam@xxxxxxxxxxx>
- Date: 28 Nov 2006 14:34:23 -0800
kirke wrote:
hi, I wanna recevie from text box.
there's a list of numbers in the text box named "list"(eg., 10, 12,
23, 24,) like this.
and then i try
$L=$_POST("list")
but it doesn't work(i guess because of commas)
is there any way to receive whole numbers with comma?
Thx.
you have to use square brackets.. $_POST["list"];
Flamer.
.
- Follow-Ups:
- Re: receive value $_POST
- From: kirke
- Re: receive value $_POST
- References:
- receive value $_POST
- From: kirke
- receive value $_POST
- Prev by Date: Re: PHP to generate XML
- Next by Date: Re: receive value $_POST
- Previous by thread: receive value $_POST
- Next by thread: Re: receive value $_POST
- Index(es):