Can not connect to MySQL server
Warning: mysql_select_db() [function.mysql-select-db]: Access denied for user 'vpopmail'@'localhost' (using password: NO) in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 31
Warning: mysql_select_db() [function.mysql-select-db]: A link to the server could not be established in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 31
Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user 'vpopmail'@'localhost' (using password: NO) in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 72
Warning: mysql_get_server_info() [function.mysql-get-server-info]: A link to the server could not be established in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 72
Warning: mysql_query() [function.mysql-query]: Access denied for user 'vpopmail'@'localhost' (using password: NO) in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 39
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 39
MySQL Query Error
select count(*) from post
Warning: mysql_query() [function.mysql-query]: Access denied for user 'vpopmail'@'localhost' (using password: NO) in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 39
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/www/jshuangjing.com/public_html/phpfans/include/function.php on line 39
MySQL Query Error
select p.p_id,p.p_name,p.p_email,p.p_qq,p.p_homepage,p.p_image,p.p_title,p.p_content,p.p_date,p.p_ip,r.r_content,r.r_rname,r.r_time from post p left join reply r on p.p_id = r.p_id order by p.p_id desc limit 0,5