Skip to content
Snippets Groups Projects
Commit 202a40a6 authored by vautrin33u's avatar vautrin33u
Browse files

retire juste les echo de install

parent f3707273
No related branches found
No related tags found
1 merge request!1Master
......@@ -89,7 +89,7 @@ function loadDB(){
for ($cmpt = 0; $cmpt< count($tab); $cmpt++){
$img = mysqli_real_escape_string($mysqli, $tab[$cmpt]['image']);
$nom = mysqli_real_escape_string($mysqli, $tab[$cmpt]['nom']);
echo $img.' '.$nom;
//echo $img.' '.$nom;
$str .= "UPDATE recettes SET photo='{$img}' WHERE titre LIKE '{$nom}'; ";
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment