Brad Simonin's Java and PHP Program Library
Class/Program Name Description PHP/Servlet/JSP/Applet Link Source Code
CreateGuestBookForm.php3

This PHP creates an HTML Form and then calls a PHP page that loads the data into an Access 2000 database using the PHP ODBC functions.

CreateGuestBookFrom.php3
CreateGuestBookForm.php3

ProcessGuestBookForm.php3

ViewGuestBook.php3

This PHP page writes information from an Access 2000 database to an HTML table using the PHP ODBC functions.

ViewGuestBook PHP
ViewGuestBook.php3

ShowComments.jsp

LaunchBradsWindow.class

This Java Applet/Frame is a client/server system that communicates with a Servlet.

LaunchBradsWindow Applet
(Applet) LaunchBradsWindow.java

(Servlet) GuestBookAppletToServlet.java

(GuestBook Object) GuestBook.java

CreateGuestBookForm.jsp

This Java Server Page creates an HTML Form and then calls a JSP that loads the data into an Access 97 database using the JDBC:ODBC Bridge.

CreateGuestBookFrom.jsp
CreateGuestBookForm.jsp

LoadBradsGuestBook.jsp

(GuestBook Object) GuestBook.java

ViewGuestBook.jsp

This Java Server Page writes information from an Access 97 database to an HTML page using the JDBC:ODBC Bridge.

ViewGuestBook JSP
ViewGuestBook.jsp

ShowComments.jsp

ViewGuestBookServlet.class

This Java Servlet writes information from an Access 97 database to an HTML page using the JDBC:ODBC Bridge.

ViewGuestBook Servlet
ViewGuestBookServlet.java

ShowComments.jsp

BradsGuestBookServlet.class

This is a Java Servlet that takes data from an HTML Form and writes it to an Access97 database using JDBC/ODBC.

GuestBook Servlet
BradsGuestBookServlet.java
URLfile.class

This Java Applet reads data from a file one line at a time and displays each element of the line using the String Tokenizer.

URLfile Applet
URLfile.java
Calculator.class

This is a Java Applet which displays a calculator Graphical User Interface. It is in the process of becoming a functioning calculator.

Calculator Applet
Calculator.java
OOP1.class

This applet is an Object Oriented Program consisting of two classes.

OOP1 Applet
OOP1.java
xycoor.java

TowersOfHanoi.class

This applet displays the disk moves from one tower to another in order to solve the Tower of Hanoi puzzle

Towers of Hanoi Applet
TowersOfHanoi.java
Diamond.class

This applet prints out a Diamond shape using multiple-subscripted arrays

Diamond Applet
Diamond.java
Hist.class

This applet prints out a Histogram based on integer entered

Histogram Applet
Hist.java
DoMax.class

This applet prints out the maximum number in an array

DoMax Applet
DoMax.java
CompAsstInst.class

This applet is a math tutoring system

CompAsstInst Applet
CompAsstInst.java