Notification System Using JavaScript and Bootstrap
Welcome back to short learner , today we will see how we can make a notification system using java-script and bootstrap. first of all you must have some basic knowledge … Read More
Welcome back to short learner , today we will see how we can make a notification system using java-script and bootstrap. first of all you must have some basic knowledge … 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