insert html tag in mysql database
Welcome back to shortlearner today we will learn how to store a html content in database. Sometimes we need to save our html content into databse for permanent saving of … Read More
Welcome back to shortlearner today we will learn how to store a html content in database. Sometimes we need to save our html content into databse for permanent saving of … Read More
Welcome back to shortlearner, today we will learn how to implement a chat system using PHP, AJAX,and MySQL. before start the tutorial i would like to suggest you to have … 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