How to Display Popular WordPress Posts by Views Without a Plugin
PHP
1 Comments

How to Display Popular WordPress Posts by Views Without a Plugin

Want to display popular posts on your WordPress Website? There are many plugins available that ...
How to zip and unzip a file using PHP ?
PHP
1 Comments

How to zip and unzip a file using PHP ?

Compressed files are always the easy and fastest method to download or upload files. Uploading ...
How to build Ajax based chat application in PHP
PHP
0 Comments

How to build Ajax based chat application in PHP

Chat application helps you communicate with other online users at the same time. It can be eith...
Drag and Drop File uploading using JavaScript and PHP
JAVASCRIPT
0 Comments

Drag and Drop File uploading using JavaScript and PHP

File uploading by selecting a file from your desktop and then clicking on the download button t...
Send email in PHP from SMTP server using PHPMailer
PHP
0 Comments

Send email in PHP from SMTP server using PHPMailer

In this article, we are going to learn how to send Email from SMTP server using PHPMailer. If w...
Image upload in PHP using Ajax and jQuery
PHP
0 Comments

Image upload in PHP using Ajax and jQuery

In this article, we are going to learn how to upload an image on the server without reloading t...
How to use .htaccess file on apache server?
PHP
0 Comments

How to use .htaccess file on apache server?

htaccess(Hypertext Access) is a configurational file used on the webserver that runs on Apache....
Display user profile with image on search in PHP
PHP
10 Comments

Display user profile with image on search in PHP

Hi everyone, today’s article is mostly the advanced version of my previous article  Crea...
Creating user profile Page using PHP and Mysql
PHP
37 Comments

Creating user profile Page using PHP and Mysql

We are going to learn how to create a user profile page. User will need to input basic details ...
Creating a simple login form using PHP and Mysql
PHP
0 Comments

Creating a simple login form using PHP and Mysql

Here in this tutorial, we will learn how to create a Simple Login form using PHP and Mysql. Use...