Système de modification d'une publication

image_oeuvre=:image_oeuvre, titre_oeuvre=:titre_oeuvre, description_oeuvre=:description_oeuvre, oeuvre_categorie=:oeuvre_categorie, oeuvre_style=:oeuvre_style, date_crea=:date_crea'); $query2->bindValue(':image_oeuvre', $imageoeuvre, PDO::PARAM

4
Correction de syntaxe

images as $prop_image_id => $prop_image_meta ) { echo ' '; echo ' '; echo ' '; echo ' '; } ?>

0
Formulaire insertion BDD et Upload IMG

image extensions autorisées (png, jpeg, jpg, gif).

8
Angular js

images: [ { id: '1', name: 'projects/mon2.jpg' }, { id: '2', name: 'projects/mon3.jpg' } ] }, { id: '2', project_name: 'Boissiere', project_image: 'projects/b1.jpg', project_description: 'Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia unde voluptatem

1
Upload Ajax

image_ok']) && !empty($_FILES'image']'name'])){ $name = htmlspecialchars($_FILES'image']'name']); $temp = htmlspecialchars($_FILES'image']'tmp_name']); $repertoire = '../images/'; $format = array('png','gif','jpg','jpeg'); $extension = strtolower(substr(strrchr($_FILES

1
Console CakePhp et ACL sous mac

image not found in Unknown on line 0 PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/extensions/no-debug-non-zts-20090626/php_gd2.dll' - dlopen(/usr/lib/php/extensions/no-debug-non-zts-20090626/php_gd2.dll, 9): image not found in Unknown on line 0 PHP Warning

2
Upload fichier trop gros interrompt le script avant mes test

image']['error'] Puis ensuite je teste la taille de $_FILES['image']['size'] ``` private function file_err(){ $maxsize_Mo = round( $this->maxsize / 1000000 ); switch ($this->image_src['error']){ case 1: // UPLOAD

6
infinitescroll ne marche pas
wenz,

image($user['image_path'], array('width'=>'33px')); }else{ echo $this->Html->image('logo.png',array('width'=>'33px')); } }else{ $filename = APP.'webroot'.DS.'uploads'.DS.'users'.DS.'faithful'.DS.$user['visuel']; $file

9
Problème input type=file
DexX,

images/".$img'name']); $reqFile = $_FILES"image"]"name"]; } else { $erreur_image = "Votre fichier n'est pas une image"; $valid = false; } } $_GET'id'] = $id; if($valid) { $sql = "UPDATE slideshow SET titre_slideshow

3
Création de miniature à l'upload

image $imgExt = strtolower(pathinfo($imgName, PATHINFO_EXTENSION)); // Extension autorisé $allowExt = array('jpeg', 'jpg', 'png', 'gif'); // nom de l'image $userPic = $_FILES['image']['name']; // nom de l'image principale // vérifier validité

8