Bu kod çalışma:
startSlideshow(<?php echo json_encode(glob("photos-animaux/*.jpg"))?>);
bu kodu Yüklü:
$.post("",{'folder':'animaux'});
startSlideshow(<?php echo json_encode(glob("photos-".$_GET["folder"]."/*.jpg"))?>);
WHY ?, what i am doing wrong ?, help ! why the stupid php fonction just dont make the string right !! ahhhh!
---new infos---- that line work :
startSlideshow(<?php echo json_encode(glob("photos-".$_GET["folder"]."/*.jpg")) ?>);
çünkü ben ELLE adres çubuğuna girerseniz? klasör = animaux ... bam! iş
yani sorun olmalıdr: $ ({klasörü: "animaux"}, "foto-portfolio.php") olsun;.
Hala nerede bilmiyorum!