Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #22.6K
~853 People Reached
Favorite Forums
Web Development x 8
Game Development x 1
Favorite Tags
java-jsp x 8
2 Posted Topics
hi to all I am trying to make a simple java servlet(like jsp) program which allow user to update his profile but I have a problem when user click on update's button [CODE]String un = req.getParameter("username"); String Fn = req.getParameter("Fname"); String Ln = req.getParameter("Lname"); String pw = req.getParameter("passwors"); String updateString … | |
Re: [QUOTE] When you say "I can't get this to work" and expecting us to find the solution, that just doesn't help. [/QUOTE] ;) |
The End.