Blog Archives: Function


I was thinking the other day that it might be fun to have a different colour generated every time a page loads. Can’t be that difficult, just some random variables made into a string. concatenating six variables seemed a little on the clumsy side so

Read more ›


Recently I’ve been using PHP include function to present a common menu to a set of pages. As you’d expect it all works fine, the only problem being that the user can’t tell what page is currently being browsed from

Read more ›