SELECT id AS id
, username AS username
, password AS password
, mail_address AS email
FROM phpwebgallery_users
WHERE id = '2'
;
[mysql error 1017] Can't find file: 'phpwebgallery_users' (errno: 2)
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/107/sdb/a/a/li.cantadis/phpwebgallery/include/functions_user.inc.php on line 189
Warning: Cannot modify header information - headers already sent by (output started at /mnt/107/sdb/a/a/li.cantadis/phpwebgallery/include/functions.inc.php:714) in /mnt/107/sdb/a/a/li.cantadis/phpwebgallery/include/page_header.php on line 67
SELECT id,name,uppercats,global_rank
FROM phpwebgallery_categories
WHERE id NOT IN (2,4,5,7,8,12,13,14)
;
[mysql error 29] File './li_cantadis/phpwebgallery_categories.MYD' not found (Errcode: 2)