Re: receive value $_POST



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.

.



Relevant Pages