Author: mrabd423
There is no any function in php by which we can convert an string alphabets to alphabetical order. This is some sort of coding challenge or you may face it …
There are some scenerios in which we have to make our keys uppercase or lowecase. We have a function called array_change_key_case() to change our keys in an array to upper …
we are going to write the code to sort an array in ascending order without using any kind of function. We will play with core programming concepts to do this …
If two sets have some values present and some values are unique. Just like set A does not contain the value that set B has. It will be the unique …
Some times we need to reload or refresh our web page for some needs. It’s quite easy and less weight to implement. You can use simply a javascript function to …
As all of you know that we use Cron jobs to perform certain actions that we need to do in particular time frame automatically. For that we have certain commands …
We can make custom group Chat room in php without using any extension, library or api. We will make it with core php and simply javascript. Yes you are right! …
Intersect of two arrays are quite simple, intersection is the term that is used to get the same elements present in two arrays is to be called as Intersection. This …
Counting the elements in an array without using any method is quite simple. We just need to write the core php code to complete this task. If you are good …
Right now we are going to have the highest and lowest temperature rates recorded in the whole month. Off course we need to have all these temperatures to get the …