Re: receive value $_POST



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
.



Relevant Pages

  • Re: receive value $_POST
    ... I just use the commend ... Maybe a stupid question, but how do you check the value of $L? ... echo $L; ... to check the contents of the $_POST array. ...
    (comp.lang.php)
  • Re: Telnet from Linux to SCO OpenServer 5.0.6
    ... One stupid question: ... On the Linux box, if I do: ... echo -e "\033(U" ... Pierre Forget ...
    (comp.unix.sco.misc)
  • string concat vs. join/implode
    ... Maybe a stupid question. ... echo $str; ... echo implode; ... I suppose the latter will be more performant because there's less work for ...
    (comp.lang.php)