/* Check to make sure we are connected to the database before
allowing access to the home page. If not connected, go connect
and initialize; otherwise, welcome the user.\
*/
if(!database.connected())
redirect("init.htm");
Please select your name, and enter your PIN.
cursor = database.cursor("select ssn, name from employee where ssn != 0 order by name");