session_start(); include("dbconnect.php"); $be_var = $_POST;foreach ( $be_var as $key => $value ) {$$key=$value;} $be_var = $_GET;foreach ( $be_var as $key => $value ) {$$key=$value;} $x = substr(str_replace("'", "0", $x),0,6); $result=mysql_query("select * from nss_aa_album where type_='A' and enable_='1' and id='$x'"); $tt="Trường ĐH Phạm Văn Đồng"; while ($row=mysql_fetch_array($result)){ $tt=$row["name_"]; } ?>
| echo mb_convert_case(str_replace('i','I',$tt), MB_CASE_UPPER, "UTF-8");?> |