Why Today’s date is Lucky for Dhoni.?
Mahendra singh dhoni , commonly know as CAPTAIN COOL.Dhoni holds numerous captaincy records such as the most wins by an Indian captain in Tests, ODIs and T20Is, and most back-to-back … Read More
Mahendra singh dhoni , commonly know as CAPTAIN COOL.Dhoni holds numerous captaincy records such as the most wins by an Indian captain in Tests, ODIs and T20Is, and most back-to-back … Read More
#include<stdio.h> #include<conio.h> struct speed; { int rate; float weight; float distance; }; void main() { struct speed sp; printf(“\n enter distance”); scanf(“%f”,&sp.distance); printf(“\n enter weight”); scanf(“%f”,&sp.weight); if(sp.distance <=40 && sp.weight<=100) … Read More
Welcome Back to Shortlearner.com , In our previous post we saw how to create a Namecheap account and apply for API . Namecheap have some of its criteria when we … Read More
Welcome back to Shortlearner, today we start a new series of API configuration of Namecheap using php, before start the tutorial first of all we should know about Namecheap. Basically … Read More
Hello Learners, Welcome back to short learner, today we will see that how we can build a fully functional facebook messenger chat using php.Before proceeding further I would like to … Read More