|
Warning: mysql_query() [function.mysql-query.php]: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/tropica1/public_html/news.php on line 15
Warning: mysql_query() [function.mysql-query.php]: A link to the server could not be established in /home/tropica1/public_html/news.php on line 15
ERROR: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)
select message_title, message_content, message_file, unix_timestamp(message_date) as message_date, message_id, year(message_date) as myear from messages where message_archive = 0 order by message_date desc |