Forum: JSP May 9th, 2005 |
| Replies: 8 Views: 59,884 I did this:
------------------------------------
<%@ page contentType="text/html; charset=iso-8859-1" language="java" import="java.sql.*" errorPage="" %>
<%!
String firstname= ... |
Forum: JSP May 8th, 2005 |
| Replies: 8 Views: 59,884 JSP is a new world for me, since 3 days ago. I am having a problem (or I have no idea) how does the inserting datas into database works. I have looked at some examples, but still, im having a hard... |