Warning: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'
Manaus
30/07/2006 12:45:00Warning: mysql_query() [function.mysql-query]: Access denied for user 'apache'@'localhost' (using password: NO) in /home/nousie/domains/nousie.xtahosted.net/public_html/eigen CMS/index.php on line 18
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/nousie/domains/nousie./public_html/eigen CMS/index.php on line 18
Access denied for user 'apache'@'localhost' (using password: NO)
Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /home/nousie/domains/nousie./public_html/eigen CMS/index.php on line 18
Access denied for user 'apache'@'localhost' (using password: NO)
Code (php)
1
2
3
4
5
6
2
3
4
5
6
<?
$select = "SELECT * FROM nieuws ORDER by id";
$query = mysql_query($select) or die (mysql_error());
while ($list = mysql_fetch_object($query)) {
?>
$select = "SELECT * FROM nieuws ORDER by id";
$query = mysql_query($select) or die (mysql_error());
while ($list = mysql_fetch_object($query)) {
?>