PHP all about functions

9 years ago

PHP functions, a very simple way to prevent repetitive code and save you time. An example of a PHP function:…

PHP Switch vs if elseif

9 years ago

In PHP if & elseif is something i was always using when in fact a simple switch would have done…

Ways to echo in PHP

9 years ago

PHP echo, one of the common used PHP operators. Echo is used to output a string. You can combine echo…

Fiverr – a place for services more than five dollars

9 years ago

Fiverr was once a place to get services or small jobs done for $5. Now you can struggle to find…

PHP randomise a variable

9 years ago

If you want to randomise a PHP variable the following code is a great example: $vars = ['Apple', 'Orange', 'Melon',…

PHP $_GET example

9 years ago

PHP GET sends data or a value through the URL, obviously not good or used for passwords but it is…

Shared vs dedicated ip address | web hosting

9 years ago

Domain names became a thing because its easier to remember them than an ip address, every domain name has an…

PHP storing data in a json file

9 years ago

Whilst storing data in a json file would not be preferred over using a MYSQL database here is how to…

KVM or OVZ? The differences

9 years ago

KVM and OVZ are types of virtulisation with servers. Server hosting companies have what is called dedicated servers, very powerfull…

Even ad blockers and privacy plugins want to track you

9 years ago

Everyone has an adblocker right? well at least the younger generation or those who are tech savvy do. Browser plugins…