Resetting 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
Installing 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
Making 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
Comparison 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
Null 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
PHP Countdown TimerThe following PHP snippet can be used to display a countdown timer on a web page.Nov 22, 2018Nov 22, 2018
Formatting 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
Multiple 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
How to use CodeIgniter ModelsFirst lets try to get some understanding of what a Modal is and What it does?Nov 18, 2018Nov 18, 2018
Installing Codeigniter on your local development environmentClick here to visit official Codeigniter download page.Nov 18, 2018Nov 18, 2018