function main() { if ($_SERVER['REQUEST_METHOD'] == 'POST') { handlePost(); } else { showForm(); } } function showForm() { ?>
Enter your database connection information below to initialize the database.
The name of your site
Database hostname
Database username
Database password