Posts
 
Reputation
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 #72.9K
~3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for nikhita

[QUOTE=nikhita;457603]can somebody prove me the coding to update the database (mysql) with JSP[/QUOTE] -----------------------html.jsp--------------------------- [code]<%@ page contentType="text/html; charset=iso-8859-1" language="java" %> <html> <body> <form name="frm" method="post" action="om.jsp"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="22%">&nbsp;</td> <td width="78%">&nbsp;</td> </tr> <tr> <td>Name Student </td> <td> to<input type="text" name="studentName"></td> <td>from<input type="text" name="studentName1"></td> </tr> <tr> …

Member Avatar for peter_budo
0
3K

The End.