Posts Tagged ‘PHP’

Saturday 05 February, 2011

Your first website in HTML

So a few day’s ago, I posted a quick and easy PHP tutorial. HTML is a vital part of using PHP, as it requires HTML in many parts. With this post, my aim is to give you a first look into HTML, and then over several day’s or even week’s I hope to write several [...]


Thursday 03 February, 2011

Getting to know PHP

PHP is a scripting language used around the world on mostley every site today. PHP makes what Facebook is today, even this website that you are viewing now uses PHP. If you want to learn how to create a page with PHP, read on… Every file that contain’s PHP will have to include ‘.php’ as [...]