|
Posted by Peter van Schie on 11/28/06 22:57
kirke schreef:
> oops, it was my mistake, I used square brackets. but still cannot
> receive whole list of numbers. Get only first number(before first
> comma)..
>
Hi kirke,
Maybe a stupid question, but how do you check the value of $L?
You said you're using:
$L=$_POST["list"];
What's the output of:
echo $L;
Or just do something like:
print_r($_POST);
to check the contents of the $_POST array.
Peter.
--
http://www.phpforums.nl
Navigation:
[Reply to this message]
|