|
Posted by flamer die.spam@hotmail.com on 11/28/06 22:34
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.
Navigation:
[Reply to this message]
|