Tip of the day Archive

  • If you’re familiar with the sprintf function, you may already know this or perhaps, just like for me, it will be a novelty. I was looking for a fast way...

    Leading Zeros

    If you’re familiar with the sprintf function, you may already know this or perhaps, just like for me, it will be a novelty. I was looking for a fast way...

    Continue Reading...

  • I found out this little neat function today while searching for some currency converter or should I say currency rate grabber. What this function does is it performs a google...

    Currency Exchange with PHP

    I found out this little neat function today while searching for some currency converter or should I say currency rate grabber. What this function does is it performs a google...

    Continue Reading...

  • It’s inevitable that while programming we tend to use short names for variables, functions, classes etc and while this may seem harmless in the short run, it will dramatically slow...

    Naming conventions and practices in PHP

    It’s inevitable that while programming we tend to use short names for variables, functions, classes etc and while this may seem harmless in the short run, it will dramatically slow...

    Continue Reading...