Category: Php
What is pagination: In php, if we want to see many database records on one page but at a time only few records can be viewed and after clicking few …
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 …
We can evaluate the average temperature of the year , month or week in Php script. All we have to do is to collect all the temperatures of the month …