php code to jsp code.

Posted by Reigel on Stack Overflow See other posts from Stack Overflow or by Reigel
Published on 2010-06-03T05:18:32Z Indexed on 2010/06/03 5:24 UTC
Read the original article Hit count: 220

Filed under:
|

I'm a PHP coder but need to code some JSP...

I need help... What is the equivalent of this PHP code?

foreach($_POST as $key => $value){
   $$key = $value;
}

to jsp code...

Thanks!

© Stack Overflow or respective owner

Related posts about php

Related posts about jsp