INSERT INTO photos_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '2012-05-18',
    '15:01:18',
    2012,
    05,
    18,
    15,
    2,
    '38.107.179.206',
    '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 = '53e13b6d995b00ce44f9fdce179937a6'
;
[mysql error 1142] UPDATE command denied to user 'yapes'@'localhost' for table 'photos_sessions'