INSERT INTO phpwebgallery_history
  (
    date,
    time,
    year,
    month,
    day,
    hour,
    user_id,
    IP,
    section,
    category_id,
    image_id,
    image_type,
    tag_ids
  )
  VALUES
  (
    '2009-07-05',
    '18:38:30',
    2009,
    07,
    05,
    18,
    2,
    '38.103.63.60',
    'categories',
    NULL,
    NULL,
    NULL,
    NULL
  )
;
[mysql error 1142] INSERT command denied to user 'manub_com_1'@'10.0.85.143' 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 = '0b1cf1de9a99abf4e65627dea0ea0396'
;
[mysql error 1142] UPDATE command denied to user 'manub_com_1'@'10.0.85.143' for table 'phpwebgallery_sessions'