PHP – remove empty values from array An easy and quick way to remove the empty value keys from an array is given below. Lets assume below is our array $array = array(‘data1′,”,’data3′,’data4’); Now if we print this array using Read More …
10 Powerful Linux Command You Should Try!
10 Powerful Linux Command You Should Try! We all know that the most powerful Linux thing is its Command line. Because you can do almost everything from Linux command line. You can easily instruct your computer what exactly you are Read More …
How to enable or allow htaccess file on apache server
Here we will learn How to enable or allow htaccess file on apache server to override your default server configurations. But before that we will quickly see what is htaccess file. What is htaccess file? htaccess is a hypertext access Read More …