سلام دوستان .
تابعی که از فایل randomselector اورده شده یک ایتم رو رندوم انتخاب میکنه
متغیر $image هم مورد تست قرار دادم وضعیتش اینه
./img/ok.jpeg
کد هم اینه
<?php
require __DIR__ . '/snipeduse/randomselector.php';
$path = './img/';
$files = array_slice(scandir($path), 2);
$name = rand_item_array($files);
$image = $path . $name ;
// open the file in a binary mode
$fp = fopen($image, 'rb');
// send the right headers
header("Content-Type: image/png");
header("Content-Length: " . filesize($image));
// dump the picture and stop the script
fpassthru($fp);
exit;
?>
اینم ارور تو مرورگر
cannot be displayed because it contains errors.
به mmj-sys کمک کنید تا مشکل خودش را حل کند؛ اینطور میتوانیم با هم پیشرفت کنیم.
آیا مایل به ارسال نوتیفیکیشن و اخبار از طرف راکت هستید ؟