Import Data From txt File to MySQL Using Php
Welcome back to shortlearner.com .Today we will learn how to insert data from a text file into mysql database by using php . we have two files, one is employee.txt … Read More
Welcome back to shortlearner.com .Today we will learn how to insert data from a text file into mysql database by using php . we have two files, one is employee.txt … Read More
Welcome back to shortlearner.com . Today we will see how to fetch record from json using php function Before start this tutorial first of all we should know about JSON. … Read More
In the previous post we learn basic methods of namecheap api which are useful to buy domain, check the availability of domain , expirey of domain, domain renew, reactivation of … 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