Warning: PDOStatement::execute(): MySQL server has gone away in /home/children/www21/core/database.php on line 100
Warning: PDOStatement::execute(): Error reading result set's header in /home/children/www21/core/database.php on line 100
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/children/www21/core/database.php:100) in /home/children/www21/public/index.php on line 31
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/children/www21/core/database.php:100) in /home/children/www21/public/index.php on line 31
SELECT ID, title, data, url, publishDate, locID
FROM pages
WHERE type = 'news'
AND publishDate <= :date
AND (locID = 0 )
AND status = 'active'
ORDER BY publishDate DESC
LIMIT 3
Array
(
[0] => HY000
[1] => 2006
[2] => MySQL server has gone away
)