最新 贷款利率
Term | Rates |
Variable | 1.88% |
1 Year | 2.20% |
2 Year | 2.15% |
3 Year | 2.34% |
4 Year | 2.24% |
5 Year | 2.12% |
贷 款 计 算 器
$link_wd = mysqli_connect("localhost", "wisedeal_user", "takethat", "wisedeal_db");
if($link_wd === false){
die("ERROR: Could not connect. " . mysqli_connect_error());
}
/* change character set to utf8 */
mysqli_set_charset($link_wd,"utf8");
$sql = "select * from rentbee_articles where active = 'Y' order by id DESC limit 10";
$res = mysqli_query($link_wd, $sql);
$check = mysqli_num_rows($res);
if($check > 0){
$cc=1;
while($row1 = mysqli_fetch_assoc($res)){
$aid = $row1['id'];
$CategoryID = $row1['CategoryID'];
$CategoryName = $row1['CategoryName'];
$Subject = $row1['Subject'];
$Source = $row1['Source'];
$Imgurl = $row1['Imgurl'];
$Content = $row1['Content'];
$Keywords = $row1['Keywords'];
$Count = $row1['Count'];
$SEOlink = $row1['SEOlink'];
$AddDate = $row1['AddDate'];
$format = 'Y-m-d H:i:s';
$date = DateTime::createFromFormat($format, $AddDate);
$AddDate_formatted = $date->format('d F, Y');
$active = $row1['active'];
//mb_internal_encoding("UTF-8");
//$Content_short = mb_substr($Subject, 0, 50);
$Content_short = $Subject."[".$AddDate_formatted."]";
$Content_short_string = ''.$Content_short."";
$str .= <<
EOD;
$cc++;
}
}
?>
- 0 Comments