How to Send Mail Using Php Mailer.
In this post we will see that how we can send mail using Phpmailer. Before Start Tutorial we should know about what is Phpmailer , benefits of Phpmailer than we … Read More
In this post we will see that how we can send mail using Phpmailer. Before Start Tutorial we should know about what is Phpmailer , benefits of Phpmailer than we … Read More
C Program to swap two numbers without using third variable with programming examples for beginners and professionals covering concepts, control statements, c array, c pointers, c structures, c union, c strings and more. swap.c #include<stdio.h> #include<conio.h> void main() { int a,b; … Read More
welcome back to shortlearner.com , In this tutorial we will see how to hide extension of files using .htaccess before start learning first of all we should know about .htaccess … Read More
In this post we will see how to add google reCaptcha in signup form. Google has released the new reCAPTCHA. Using reCAPTCHA users can prove they are human without solving … Read More
welcome back to shortlearner.com , In this tutorial we will see how to make a login form with remember me feature. In this example we are using PHP cookies for … Read More