require 'init_mysql.phtml';
require 'ams_common.phtml';
require 'ams_forms.phtml';
session_start();
$error_code = 0;
while (true) {
$query = <<Sign up for a trial of AdXpress Ad Server
session_destroy();
break;
}
if ($error_code != 0) {
include 'signup_error_header.phtml';
print ams_common_get_message($error_code);
include 'signup_error_footer.phtml';
}
include 'arendator_data_check.phtml';
?>