摘要: <?php $connect = mysqli_connect('localhost','root','','intertrading') or die('Unale to connect'); $sql = "select * from user"; $result = mysqli_query( 阅读全文
posted @ 2016-07-02 15:17 大雄呀 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 表格添加一行并在每行第一列大写字母显示jquery实现方法 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><meta 阅读全文
posted @ 2016-07-02 11:05 大雄呀 阅读(655) 评论(0) 推荐(0) 编辑