// initialize database connection $connection = mysql_connect("localhost", "localaccount", "localpass"); mysql_select_db("lawweb", $connection) or die ("Couldn't select the database."); // //updated layout 7-28-10 // $page_title = "Application Fee"; $section_title = "Tax LL.M."; include ( "../../layout/header.php" ); ?>
Please enter your name and click "Submit" to be taken to the credit card payment page. ($50 Application Fee)
include ( "../../layout/footer.php" ); ?>