Tags: basics, concepts, learn, loops, php, programming
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 Corner
Tags: echo, php, print, speed, vps
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 Corner
Tags: class, how to respin, php, respin, tech
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 Corner