1 2 3 4 5 6 7
<?phprequire("../inc/configure.php");$sql = "insert into header (data) values ('駿 興 汽 車 (香 港) 有 限 公 司')";mysql_query($sql);echo 'ok';?>