admin

admin

How to Add WaterMark in Image using PHP

In this tutorial i will show you how to WaterMark in image using PHP. WaterMark is like a label which is used on an image so easily implement uploaded image so find below code so you can easily understand. You…

How to Send Email using SMTP and PHP Mailer

PHPMailer is one of the most popular open source PHP libraries to send emails with attachment. In this tutorial we will tell you how to send email Using SMTP and PHP Mailer. You may also like How to send mail…

How to Create RSS Feed For Website using PHP

php

Nowadays, most website owners are sharing their site content using social media. So, many Facebook, Twitter, Google plus or other social media users are using the stream of their favorite social network to remain aware of website changes. Nevertheless, RSS…

How to Simple HTTP Authentication using PHP

That’s all it takes to have the little box show up and demand a username and password. Now all you have to do is check the submitted username and password against the correct ones. Simply check the $_SERVER[‘PHP_AUTH_USER’] and $_SERVER[‘PHP_AUTH_PW’]…

How to create RSS Feed reader using PHP

php

We want to dynamically import these feeds into our document. Our server-side script of choice today will be PHP, and we’ll use some jQuery to create the tab structure. In this tutorial i will show you simple php script. You…