Amila KalansooriyaResetting the ‘root’ password of your VM on Digital OceanSometime back I had a digital ocean instance running with Ubuntu 16.04. On which I had disabled the ssh login to the root account as a…Feb 4, 20191Feb 4, 20191
Amila KalansooriyaInstalling ComposerIf you are on windows, the easiest way to install composer is by grabbing a copy of windows installer provided by the official composer…Nov 25, 2018Nov 25, 2018
Amila KalansooriyaMaking SSH Connections on WindowsWindows doesn’t come with built in SSH support so you have to rely on some third party software. There are several options available. You…Nov 25, 2018Nov 25, 2018
Amila KalansooriyaComparison Operators in PHPComparison operators are used to create expressions that evaluates to either TRUE or FALSE when used in a conditional test. Lets go…Nov 25, 2018Nov 25, 2018
Amila KalansooriyaNull VariablesA Null variable is a variable that doesn’t have a value. A variable is considered Null in following scenarios:Nov 22, 2018Nov 22, 2018
Amila KalansooriyaPHP Countdown TimerThe following PHP snippet can be used to display a countdown timer on a web page.Nov 22, 2018Nov 22, 2018
Amila KalansooriyaFormatting Currency ValuesYou can format any numeric value to have decimal points by the use of PHP’s number_format() function. This is ideal when you want to deal…Nov 22, 2018Nov 22, 2018
Amila KalansooriyaMultiple File Upload FormIn this post I am going to show you how to create a form that allows uploading multiple files at once. There is nothing much complex about…Nov 22, 2018Nov 22, 2018
Amila KalansooriyaHow to use CodeIgniter ModelsFirst lets try to get some understanding of what a Modal is and What it does?Nov 18, 2018Nov 18, 2018
Amila KalansooriyaInstalling Codeigniter on your local development environmentClick here to visit official Codeigniter download page.Nov 18, 2018Nov 18, 2018