PHP functions, a very simple way to prevent repetitive code and save you time. An example of a PHP function:…
In PHP if & elseif is something i was always using when in fact a simple switch would have done…
PHP echo, one of the common used PHP operators. Echo is used to output a string. You can combine echo…
Fiverr was once a place to get services or small jobs done for $5. Now you can struggle to find…
If you want to randomise a PHP variable the following code is a great example: $vars = ['Apple', 'Orange', 'Melon',…
PHP GET sends data or a value through the URL, obviously not good or used for passwords but it is…
Domain names became a thing because its easier to remember them than an ip address, every domain name has an…
Whilst storing data in a json file would not be preferred over using a MYSQL database here is how to…
KVM and OVZ are types of virtulisation with servers. Server hosting companies have what is called dedicated servers, very powerfull…
Everyone has an adblocker right? well at least the younger generation or those who are tech savvy do. Browser plugins…