In Virtual Private Server, You have your own space on a physical server that is partitioned into multiple private environments. The technical terms for this is “Virtualization”.
Sunil Chaudhary
Share web page like a native app
Adding a share button on the website is easy. You can use free tools, plugins like AddThis, ShareThis, and more. But, free means extra cost. How?
Infinite scroll pagination with PHP & Ajax
If you are looking for infinite scroll pagination in PHP & Ajax without using any plugin then you are at the right place. Check the code first.
DOS cheat sheet
Today I am going to tell you the basic DOS commands. Here is the cheat sheet of DOS basic commands.
Shared Hosting
If you decided that shared hosting is suitable for you and your application will run on it. Be careful while choosing a shared hosting provider, some of them are overselling and in the long run, you will face an issue like disk quota, bandwidth, and downtime. Here is the list of best-shared hosting providers
Web Hosting
What is web or domain hosting? What type of web hosting is suitable for me? From where I can buy hosting? Is there any free web hosting available? and so many questions.
SEO not working
If you are looking for technical stuff here then you are at the wrong place. There are three versions of the story on this page which will tell you why SEO not working for those who are new to this.
PHP Pagination
Pagination means to show the information into multiple pages instead of one and when u say PHP pagination, it means that you want to show the records in multiple pages instead of showing all records in one page.
Google reCAPTCHA example
Hi developer,
If you are looking for a solution to protect web forms from spam and abuse then you are at right place.
PHP Programming
PHP is a server-side scripting language means you need a web server, upload your script there and then call from the client (web browser) and you get the output in HTML or any other format whatever you want like JSON.