随笔分类 -  PHP动态网页学习记录

摘要:<table width="550" border="2" align="center" cellpadding="0" cellspacing="0"> 推荐品牌 <tr> <td width="555" height="110"><table width="530" height="110" b 阅读全文
posted @ 2016-06-13 21:34 小春熙子 阅读(583) 评论(0) 推荐(0)
摘要:<?php mysql_connect("localhost", "用户名", "密码"); //连接数据库管理系统 mysql_select_db("member"); //选择数据库 mysql_query("set character set utf8"); //设置数据库的字体为任意二进制都 阅读全文
posted @ 2016-05-28 00:57 小春熙子 阅读(175) 评论(0) 推荐(0)
摘要:提示mysql_query() expects parameter 2 to be resource, null given in 错误是因为你没有连接数据库就进行了查询,正常的程序应该这样写:function user_shell($nickname,$shell){$conn=mysql_con 阅读全文
posted @ 2016-05-27 22:56 小春熙子 阅读(167) 评论(0) 推荐(0)