JQuery has made easy to handle Javascript events and animation. In this article we will see how to inserts content at the end of selected elements. We will use jQuery.append() method to insert content...
CRUD(Create Read Update Delete) operation is important part of any web application. Every web application has CRUD system.
In this article, we will share how you can implement CRUD opearation in La...
Redis is open source, fast in-memory data structure store. used for database, cache or message-broker. Redis is widely used for chat messaging application for its speed and flexibility.
In this art...
Use the PHP Concatenation Operator
You can use the PHP concatenation operator (.) to combine or join two strings together in PHP. This operator is specifically designed for strings. Let's see h...
Use the JavaScript substring() method
You can easily extract a substring out of a string using the JavaScript substring() method. The substring() method return substri...