对PHP记事本程序(二)的修订

刚才发现我贴在博客上的那段代码是有误的,现郑重变更如下:

if($db=mysql_connect( $host,$userName,$passwd))

应该变更成:

 
if($db=mysql_connect( $this->host,$this->userName,$this->passwd))
此条目发表在 Programming 分类目录,贴了 标签。将固定链接加入收藏夹。

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">