免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1734 | 回复: 3
打印 上一主题 下一主题

PHP又出错. [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-30 17:35 |只看该作者 |倒序浏览
又出错,汗一下,这是最后一个错误....

源码如下:

<?php
if ($login_utype=="0")
$sqlquery1 ="select ExpertInfo.*,Member.Conn,ExpertCate.CateName as CateName2 from ExpertInfo,ExpertCate,Member where ExpertInfo.CateId=ExpertCate.CateId and ExpertInfo.Uid=Member.Uid and ExpertInfo.Uid=".$login_uid ;
if ($login_utype=="1")
$sqlquery1 = "select * from CompanyInfo where Uid=".$login_uid ;
if ($login_utype=="2")

$sqlquery1 = "select * from CompanyInfo where Uid=".$login_uid ;
$getmyself = mysql_db_query($dbname1,$sqlquery1, $mysql_local_link);
$myselfrow = mysql_fetch_array($getmyself);

if ($login_utype=="0")
$extrastr = "&MyType=0&myinfo=1&MyType1=0" ;
else
$extrastr = "&MyType=0&myinfo=1";

$i = mysql_num_fields($getmyself)-1 ;
while ($i>=0)
{
   $fieldname = mysql_field_name($getmyself,$i) ;       
   $value = ltrim(trim($myselfrow[$fieldname])) ;
   $extrastr = $extrastr."&".$fieldname."1=".$value ;
   $i-- ;
}


$sqlquery2 = "select * from MoneySetting where MSId=10" ;
$getmyself2 = mysql_db_query($dbname1,$sqlquery2, $mysql_local_link);
$myselfrow2=mysql_fetch_array($getmyself2);
$MSUnit = $myselfrow2[MSUnit] ;
?>
浏览器出错:

Warning: mysql_db_query(): supplied argument is not a valid MySQL-Link resource in d:\website\userinfo\selfinfo.php on line 9

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in d:\website\userinfo\selfinfo.php on line 10

Warning: mysql_num_fields(): supplied argument is not a valid MySQL result resource in d:\website\userinfo\selfinfo.php on line 17

Warning: mysql_db_query(): supplied argument is not a valid MySQL-Link resource in d:\website\userinfo\selfinfo.php on line 28

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in d:\website\userinfo\selfinfo.php on line 29


谢谢各位.:em02:

论坛徽章:
0
2 [报告]
发表于 2006-03-30 18:41 |只看该作者
推荐使用 switch 结构,或者加上 {} 来区分代码块.

这样看起来太累.还是不看了..

论坛徽章:
0
3 [报告]
发表于 2006-03-30 23:24 |只看该作者
代码命名最好简单点

看的头晕

论坛徽章:
0
4 [报告]
发表于 2006-03-31 09:26 |只看该作者
晕,你最好整理一下.
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP