Warning: mysql_pconnect() [function.mysql-pconnect]: Access denied for user 'mysql2077_12477'@'81.169.145.25' (using password: YES) in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1
Access denied for user 'mysql2077_12477'@'81.169.145.25' (using password: YES)
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1
Access denied for user 'mysql2077_12477'@'81.169.145.25' (using password: YES)
Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1
Access denied for user 'mysql2077_12477'@'81.169.145.25' (using password: YES)
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1

Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1
Access denied for user 'mysql2077_12477'@'81.169.145.25' (using password: YES)
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1

Warning: mysql_free_result(): supplied argument is not a valid MySQL result resource in /mnt/web1/53/80/52073380/htdocs/quibui_le/obfuscated/functions_inc.php on line 1


QUELLTEXT DIESER DATEI:

<?php
    
include_once('../quibui.php');
    
$_QB_MAX_PER_PAGE 10;
?>
<html>
<body>

<?php
foreach(QB_TABLE2ARRAY('albums') as $album) {
    echo 
$album['jahr'] . " " $album['album'] . "<br>";
}

echo 
QB_PAGINATION_LINKS(QB_COUNTTABLE('albums'));
?>

<br><br>
QUELLTEXT DIESER DATEI:<br><br>
<?php
    show_source
("lektion_2_2.php");
?>
</body>
</html>