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 our html code.
But how should we do it..?We will convert our html content into string because if your html content is too large the database would not be able to handle our large content,
insert html tag in mysql database
facebook like chat system using Ajax, mysql and php
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 some basic knowledge of ajax and jquery.
in this tutorial we willl used bootstrap maxcdn class to improve the visual looks of our web page,
Password Validation Using JavaScript
Welcome back to shortlearner.com, in this post we will see how can we check the insert password is correct before signup with the help of JavaScript function.Most of times the user forgets the password during signup,using this system we will ensure to the user that the password entered by him/her is correct or not.In this system we will create two text boxes.
Check Email is Already Registered in Database using Ajax and JavaScript.
Hey,Welcome to shortlearner, today we will see how to check that email is already registered in database, with the use of ajax and java-script.
Most of the time we see that the user is registering sameĀ email idĀ in database and it is registered in the database without checking that it was already registered in database.
but with the help of ajax and java-script we can show our users that their email is registered or not registered in our database by showing them a message.
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 of java script and bootstrap classes.
In this tutorial we will use some bootstrap classes for precise look of our web based notification system, and also we will use some of java script functions
to play sound.