PHP错误Warning:mysql_query()的解决方法

php提示错误:Warning: mysql_query() [function.mysql-query]: Access denied for user ‘ODBC’@’localhost’ (using password: NO)

代码:

<?php
class mysqlClass
{
function mysqlClass($host=’localhost’,$user=’root’,$pw=”,$db=’mysql’)
{
$this->link=mysql_connect($host,$user,$pw);
mysql_select_db($db);
}
function query($sql){
mysql_query($sql);
}
function __destruct(){
mysql_close($this->link); //multi construct will cause error
}
// liehuo,net
}
$db=new mysqlClass();
$db=new mysqlClass();
$db->query("select * from user");

原因:

mysqlClass第二次初使化时,先初使化mysqlClass,得到跟第一个$db相同的$this->link,然后调用__construct函数会把this->link关闭。

最后导致$db中mysql资源为空。弹出错误

解决办法:

$db=$db?$db:new mysqlClass(); 

或者

$this->link=mysql_connect($host,$user,$pw,true);

波比源码 – 精品源码模版分享 | www.bobi11.com
1. 本站所有资源来源于用户上传和网络,如有侵权请邮件联系站长!
2. 分享目的仅供大家学习和交流,您必须在下载后24小时内删除!
3. 不得使用于非法商业用途,不得违反国家法律。否则后果自负!
4. 本站提供的源码、模板、插件等等其他资源,都不包含技术服务请大家谅解!
5. 如有链接无法下载、失效或广告,请联系管理员处理!
6. 本站资源售价只是赞助,收取费用仅维持本站的日常运营所需!
7. 本站源码并不保证全部能正常使用,仅供有技术基础的人学习研究,请谨慎下载
8. 如遇到加密压缩包,请使用WINRAR解压,如遇到无法解压的请联系管理员!

波比源码 » PHP错误Warning:mysql_query()的解决方法

78 评论

  1. generic levofloxacin 250mg levaquin ca

  2. deltasone 20mg generic viagra usa cheap sildenafil sale

  3. order catapres 0.1 mg without prescription clonidine online order tiotropium bromide 9 mcg without prescription

  4. buy benicar 20mg depakote cost buy diamox pills

  5. order tadalafil 10mg sale betamethasone uk anafranil 50mg price

  6. order linezolid 600mg for sale linezolid price play slots for real money united states

  7. write paper online paperwriter buy sildenafil

  8. buy ivermectin 3 mg amantadine uk avlosulfon 100mg canada

  9. temovate sale buspar canada brand cordarone 200mg

  10. amoxil 1000mg over the counter cost amoxicillin 250mg ivermectin 12mg without a doctor prescription

  11. order famotidine 40mg online cheap cheap tacrolimus buy remeron 15mg pill

  12. cialis for daily use Cialis dosage viagra 50mg tablet

  13. order ondansetron without prescription order generic amoxil bactrim 960mg over the counter

  14. buy simvastatin 10mg sale sildalis cost purchase sildalis

  15. sildenafil for sale viagra price cialis 5mg tablet

  16. isotretinoin 20mg over the counter order zithromax sale zithromax 250mg without prescription

  17. purchase lisinopril online cheap lopressor cost how to get lopressor without a prescription

  18. order betamethasone 20 gm sporanox ca order itraconazole 100mg online

  19. where to buy tamoxifen without a prescription tamoxifen price cefuroxime 250mg canada

  20. amlodipine pill lisinopril ca prilosec to treat esophagus

发表评论

Hi, 如果你对这款模板有疑问,可以跟我联系哦!

联系站长
赞助VIP 享更多特权,建议使用 QQ 登录
喜欢我嘛?喜欢就按“ctrl+D”收藏我吧!♡