--- Ivan Marenic <[EMAIL PROTECTED]> wrote:
> Here is j2me code snippet:
I try to avoid all of the crap that begins with the letter J, but your
example code looks like you are sending a POST request.
> Here is PHP code snippet:
>
> // Show any post vars, but nothing shows - never!
> if(count($_POST)>0){
> echo "POST".$new_line;
> print_r($_POST);
> echo $new_line;
> }
This looks you are expecting to receive a POST request with PHP. So, are
you wanting to send one or receive one?
Chris
=====
Chris Shiflett - http://shiflett.org/
PHP Security Handbook
Coming mid-2004
HTTP Developer's Handbook
http://httphandbook.org/
RAMP Training Courses
http://www.nyphp.org/ramp
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php