Clustering is an unsupervised learning method in machine learning. Clustering Algorithms in Machine learning are used to create data groups. These data groups are called as clusters. The data points…
Author: <span>admin</span>
KDD or Knowledge Discovery in Databases is a combination of various techniques that are used to extract relationships/patterns in large databases. Knowledge discovery is used to get useful information from…
The Case Management Software for Lawyers is a productivity improvement tool for a small law firm. This project is developed by considering the needs of a law firm to save…
Now that we know what a session is and why we need to create session, let’s divulge in its details. To begin with, we must understand how to create a…
HTTP is stateless and web applications need data to be sent across different web forms. As we discussed in earlier post, cookies are a way to store data on a…
Patient Management system is a useful online app for a clinic or a small hospital to stay in touch with its patients. The patients can book their appointments and have…
Cookies stay in a user’s system unless they expire or are removed by the server which has transmitted them in the first place. In PHP, removing cookies process can be…
Reading cookies in a PHP script is a simple process. In the last post we discussed that a cookie can be set by manipulating HTML header or using setcookie() PHP…
Geographic Information System or GIS is a very interesting technology used to map and analyze any events that take place on the surface of the earth. It is very useful…
In the world of websites and web based applications a cookie is a packet of user specific information sent from the server to the client machine. This information is transferred…
