INSERT INTO photos_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '2012-02-10',
    '10:25:29',
    2012,
    02,
    10,
    10,
    2,
    '38.107.179.221',
    'categories',
    NULL,
    NULL,
    NULL,
    NULL
  )
;
[mysql error 1142] INSERT command denied to user 'yapes'@'localhost' for table 'photos_history'

Warning: Cannot modify header information - headers already sent by (output started at /home/y/a/p/yapes/www/include/functions.inc.php:955) in /home/y/a/p/yapes/www/include/page_header.php on line 103
Ma gallerie Photo :: Accueil
  •  
  • afficher à plat les éléments des catégories et des sous-catégories
  • afficher un calendrier par date d'ajout
  • afficher un calendrier par date de création

Accueil

UPDATE photos_sessions
  SET expiration = now(),
  data = ''
  WHERE id = 'd4a39dc0ddb1a9fa62811ec552504292'
;
[mysql error 1142] UPDATE command denied to user 'yapes'@'localhost' for table 'photos_sessions'