I LOVE arrays. They make life so much easier and efficient. At first they can be quite difficult to get the hang of, but once you capture the basics, everything really does start to make sense. Each time I play with arrays I seem to learn something new. Here’s just a quick reminder to myself [...]
Maruf scribbled this post.
I’ve just added a new feature to the Team page, where i’ve added a small CSS image gallery. So now you can see multiple images of the awesome BrightCherryteam! I like everything to be automated so there is very little input from a human to make things work. To help make the thumbnail image gallery [...]
Maruf scribbled this post.
I always forget this PHP function, but I’m finding myself regularly needing it. I thought I’d just jot it down for my own reference and for anyone else who might need it. Function: ereg_replace What this function basically does is remove all characters from a string which isn’t a letter or a number. It can [...]
Maruf scribbled this post.