Random Image issue

In case you have problems with some other PHPJunkyard script (not that there are THAT many).
Post Reply
meva
Posts: 2
Joined: Mon May 20, 2013 3:50 am

Random Image issue

Post by meva »

Hi Actually this not a issue. how i show full path of the URL instead of images/win_1.png

thanks
Klemen
Site Admin
Posts: 10114
Joined: Fri Feb 11, 2005 4:04 pm

Re: Random Image issue

Post by Klemen »

You can try changing

Code: Select all

echo $src;
to

Code: Select all

echo 'http://www.yourdomain.com/' . $src;
in randim.php
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
meva
Posts: 2
Joined: Mon May 20, 2013 3:50 am

Re: Random Image issue

Post by meva »

thanks

it work like a champ.

sure i will buy u coffee once my app accept the itunes. :wink:
Post Reply