Most people talk about downloading an image from a website to there computer but there are times when we need to download an image from a website to our website (Via a Link). Which following on from Download image to website I have combined this with an upload script, image proxy script and optional image …
Read moreDownload images to your site from another site. Linking to images is fine if there on your site but not necessarily a good thing if there on someone else’s. WHY? Because for one the site owner of the other site can change the image, alter the size or even delete it. Why this might not …
Read moreOK well recently whilst doing some work for someone on a classifieds site the man wanted a banner from Banner Bar to show every 5 adverts. But he wanted the banners to be shown in ascending order and only 1 at a time. After some playing around and a nights sleep i finally cracked it …
Read moreDuring the building of Banner Bar version 2 i needed sort and direction to be carried forward to each page and this is what i came up with. So for anyone looking hope it helps. I have included a full working demo and download link below anyone wanting the mysql table just contact me. Using …
Read moreDuring the remake of the installation script for bannerbar i had to come up with a pre-test script and with a bit of searching i put together the below which may be helpful for you too.
Read moreRecently i was asked to create a script for someone to show the Page Creation and Modified Date of web pages and being as this was for a Linux server where there’s no function for the creation date that I’m aware of like this is for the modified date i had to create a little …
Read more<?php $file = ‘demo.jpeg’; echo filesize($file); ?> This function is for use on local files only and will not work on remote files but what you can do is download the file to a temporary folder and then get the size that way. Also note that file results are returned in bytes so would look …
Read moreBanner Bar 125 This 125 Banner bar uses PHP and MySQL. Display your banner ads at the bottom of your pages features include:- Choose how many Banners to display at once Banner Bar uses 1 MySQL Database and can be used on PHP or HTML pages. Comes with Automatic installer, All the Banners are randomly …
Read more