Nukewarz – Blog

A soon to be blog with tutorials

Archive for the ‘PHP Introduction’ Category

PHP Intro – Part 2

Starting Tags You can generally use either one depending on the php.ini file but to start you php you can do. <?php ?> Or you could do (which is the short-hand code) <? ?> Echoing This is probably the easiest function there is in PHP. You can echo html and other PHP as well. to [...]

PHP – Intro

This is the PHP intro. Let me start by saying that Google is your best friend. If you cannot code it, google can at least help with a basis for idea’s. Just do not steal code. Step 1 – The Tools 1. Notepad++  ( This tool is great for more then PHP coding. It is [...]