Jump to content

Script not working


ShaolinF

Recommended Posts

Hi Guys,

 

I have a script which grabs random images from a folder and outputs them. It was working fine until I moved it onto another host. Now I've tried so many different things but the image just does not display. May I add that the new host is one of those free ones where you provide your own domain. Anyway, here is the script:

 

<?php
$files = glob("ym/*.jpg");
$path = $files[rand(0,count($files)-1)];
echo "<img src='$path' title='an image' alt='an image' border='1px' />";
?>

Does anyone have any idea why its not working ? The script is in main dir. along with the "ym" folder. It should work (as it did before) !

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.