Re: receive value $_POST
- From: "kirke" <hinkyeol@xxxxxxxxx>
- Date: 28 Nov 2006 14:49:57 -0800
oops, it was my mistake, I used square brackets. but still cannot
receive whole list of numbers. Get only first number(before first
comma)..
flamer die.spam@xxxxxxxxxxx wrote:
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: Peter van Schie
- Re: receive value $_POST
- References:
- receive value $_POST
- From: kirke
- Re: receive value $_POST
- From: flamer die.spam@xxxxxxxxxxx
- receive value $_POST
- Prev by Date: Re: receive value $_POST
- Next by Date: Re: receive value $_POST
- Previous by thread: Re: receive value $_POST
- Next by thread: Re: receive value $_POST
- Index(es):
Relevant Pages
|