示例#1
0
        $html = ob_get_contents();
        ob_end_clean();
        return $html;
    }
}
?>


<?php 
require "tpl/PHPLiveX.php";
//require ('tpl/phplivex.js');
//require ('class.addsaloon.php');
$ajax = new PHPLiveX();
$obj = new submit();
$ajax->AjaxifyObjects(array("obj"));
$ajax->run('tpl/phplivex.js');
?>

<style>
    #artist_data tr td {padding: 10px;}
	#tbl_availability tr td{ padding: 5px;}
	.form_row label{ display:block;}
	.form_row div{ float:left; margin:0 10px 10px 0;}
</style>
<body> 
    <div id="page"> 
        <?php 
require "tpl/inc/header.php";
?>
 
        <?php