I used to do this in about 6 lines.
$urlValues = explode(“/”, trim($_SERVER['SCRIPT_URL'], “/”));
www.maggsweb.com
I used to do this in about 6 lines.
$urlValues = explode(“/”, trim($_SERVER['SCRIPT_URL'], “/”));
Function to create TinyURL’s on-the-fly
http://tinyurl.com/
I hate compressing CSS files as they become totally unreadable for editing. I end up keeping 2 versions, compressed and uncompressed, etc.. But how about compressing all your CSS files into one file, ‘on-the-fly’. Now that has solved the problem.
Just a little script I wrote to work out the date of the first day of the week.
[More]
June 16, 2010 | Comments | Uncategorized
June 16, 2010 | Comments | Uncategorized
The below given listing illustrates four of the most common: listing files using ftp_nlist(); uploading files with ftp_put(); downloading files with ftp_get(); and deleting files with ftp_delete(). Note that ftp_put() and ftp_get() must be supplied with the remote and local file name, together with the transfer type (binary or ASCII).
Using $_SESSIONS… Forgot the syntax… Here-ya-go.
[More]
SEO is becoming more and more important, and URL’s need to be more visible. Here’s a function for creating a ‘slug’ which I used as an add-on to a site, using the page title.
[More]
A full(-ish) list of MIME Types that may come in usefull for upload validatiuon.
[More]
This value is generally set in the httpd.conf (server) file, which is generally not accessible to users on shared hosting packages. So, here are a few ways to get around this.
[More]