Bootstrap CDN
15个最好的Bootstrap设计工具推荐
http://vitalets.github.io/x-editable/docs.html
http://kkbruce.tw/
http://kkbruce.tw/
BOOTSTRAP + x-editable + MySQL
$con=mysqli_connect(db('hostname'),db('username'),db('password'),db('dbname'));
//Check connection
if (mysqli_connect_errno())
{
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}
$con->query("SET NAMES 'utf8'");
$result = mysqli_query($con,"SELECT * FROM information");
// $query = mysql_query("select * from information");
$i=0;
while($fetch = mysqli_fetch_array($result))
{
if($i%2==0) $class = 'even'; else $class = 'odd';
echo'
'.$fetch['name'].'
'.$fetch['details'].'
'.$fetch['status'].'
';
}
http://crewow.com/PHP-Simple-Update-using-PDO-in-Bootstrap.php
沒有留言:
張貼留言
注意:只有此網誌的成員可以留言。