<?php $mysql_server = "localhost"; $mysql_user = "user"; $mysql_pwd = "password"; $mysql_db ="database_name";?>