Archive | Tech Corner

So you want to learn PHP? Here’s how to get started

PHP is a web scripting language that is quite easy to use and can be embedded into HTML. By taking the steps to learn basic PHP you will be able to take care of small administrative tasks on your website, such as modifying wordpress themes and making your own contact forms. Continue Reading

Posted in Tech Corner1 Comment

Print or Echo?

I am asked quite often why I tend to use the PHP print function, rather than echo.Typically this is because it makes it easier to go between other languages such as perl.

Continue Reading

Posted in Tech Corner1 Comment

PHP class to respin text

Have you ever wanted to be able to respin text on your own without needing to buy any software? I have thrown together a quick PHP spinner class that will let you do just this. You can download the full source at the bottom of this page.

Continue Reading

Posted in Tech Corner0 Comments