<!--The styling stuff--> <style> .td1{ background:#cccccc;} .td2{ background:#dddddd;} .table1{} </style> <?php ######The variables############ $SERVERNAME = "localhost"; $USERNAME = "username"; $PASSWORD = "password"; $DATABASENAME = "database"; ?>