Create Pagination in PHP and MySQL – Complete code
In this tutorial, I am going to show full code to create pagination with PHP and MySQL. Usually, S...
In this tutorial, I am going to show full code to create pagination with PHP and MySQL. Usually, S...
Google always keeps doing something new for us. This time Google has created a tremendous app calle...
What are star Patterns? Star pattern is a series of * character arranged in a manner to create ...
To detect a whether a page is refresh or page is entrered i.e. accessed via some other page link cl...
Before learning how to change your phone number in Gmail or Google account, let’s know how signific...
In CSS we can put borders to either side of an element but what about making a half border design ...
Animations on web are always catchy for visitors. Sometimes we puzzle how to add animated favicon i...
Before using MySQL CASE to fetch different columns based on condition, i.e. using where clause to s...
To read all the files in a particular directory using PHP, we can use the glob() function. Moreover...
A simple definition for methods is: Methods are functions encapsulated within a class. Now lets exp...