INSERT INTO phpwebgallery_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '2010-03-12',
    '11:37:47',
    2010,
    03,
    12,
    11,
    2,
    '38.107.191.116',
    'categories',
    NULL,
    NULL,
    NULL,
    NULL
  )
;
[mysql error 1142] INSERT command denied to user 'manub_com_1'@'10.0.65.116' for table 'phpwebgallery_history'
Emmanuel Balland Photos de mariage galeries :: 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 phpwebgallery_sessions
  SET expiration = now(),
  data = ''
  WHERE id = '25c733f09b681b2de544742a33ce5b2c'
;
[mysql error 1142] UPDATE command denied to user 'manub_com_1'@'10.0.65.116' for table 'phpwebgallery_sessions'