
Search In
Sessions provide a very easy way to make data persistent without the need to constantly pass it through URL's or hidden form fields.It is used to store user data over certain period.It is stored on web server.
create session object.
Session object
Hello Reader's If you are new to php then you must have to understand the difference between include and require, Lets see some of major difference between them.
Using require means your script will halt if it can't load the specified file, and thro
The simplest way to disable word-press updates by installing and activating Disable Updates Manager plugin from the given below link.
[https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/][1]
WordPress updates disable by Manually
if
How to Clean log in Magento for database maintenance & site performance ?
Log cleaning gives dramatic improvement in site performance. Manage DB through log cleaning decrease DB size which gives better site performance. There are 2 ways to perf
Test-driven development is a programming approach is compulsory for you to write real code and automated the test code together. This confirms that you test your code—and permits you to re verify your code fast and easily, since it's automated.
TDD
When a sub class inherits the properties of super class , then we can override the method of super class. This will acquire the properties of super class but can define its own behaviour.
In general way, we can say the overriding means to override
A Category List is used to show the articles which belongs to specific category. It is a menu items which links to a Specific page that is simply "lists" all of the articles belonging to that category. We can create a new list category menu item by t
Portability Testing:-
Portability testing is an approach of the software testing in which we verify that the application or the software may be shifted from one atmosphere to other atmosphere or environment. It is calculated in form of maximum volu
Hello Reader's If you want to reset your html form then the easiest way to do it is by using Angular JS.
Lets see its example as below:-
<div ng-app="myApp" ng-controller="formCtrl">
<form novalidate>
First Name:<br>
<
Hello Reader's if you want to learn Angular JS then this blog is the best to understand it.
Here I'll create a script written in Angular that will reprint the charracter which are typed in text box.
<!DOCTYPE html>
<html>
<script src=
