'; if ($this->row != 0) { $backPage = $this->row - $this->limit; echo "$backtext\n"; } else echo ' '; echo ' | '; for ($i=1; $i <= $this->pages; $i++) { $ppage = $this->limit*($i - 1); if ($ppage == $this->row) { echo "$i \n"; } else { echo "$i \n"; } } echo ' | $nexttext |
[] [] [][] | |||||||||
Notice: Undefined variable: cardsPerRow in /public_html/postcards/index.php on line 38 Notice: Undefined variable: rowsPerPage in /public_html/postcards/index.php on line 38 Notice: Undefined variable: dbhost in /public_html/postcards/index.php on line 42 Notice: Undefined variable: dbuser in /public_html/postcards/index.php on line 42 Notice: Undefined variable: dbpass in /public_html/postcards/index.php on line 42 Notice: Undefined variable: dbdatabase in /public_html/postcards/index.php on line 42 Warning: mysql_connect(): No such file or directory in /public_html/postcards/inc/adodb/drivers/adodb-mysql.inc.php on line 235 Error: Could not connect to database
|