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: 240
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