
Search In
If you select the tick in the ‘remember me’ box when you login in any web page with your Username and password, your login credentials will be saved in a cookie on this computer. This means that whenever the next time you log on to the sa
In jquery we have function named ajax() which have two arguments such as url and settings.
Settings are a set of key/value pairs that configure the ajax request. This argument is optional.
We are going to take an small example to understand the funct
Node.js depend on the asynchronous code to do the execution fast so having dependable callbacks is very crucial. Callback functions is called at the completion of any task. In node, code is dependent on callback, so that every thing execute fast.
Le
Transaction is very useful in large rich applications such as eCommerce, Real Estate etc etc. It is mostly used in Customer Relationship Management (CRM), Enterprise Resource Plan (ERP).
What is Transaction?
When we need to execute more than one que
Cakephp is a well known and widely used open source web application framework that offers comprehensive architectural programming for the maintenance, deployment and the development of PHP applications. CakePHP saves the precious time of the dev
Programming Buddies,
Here's my latest script. It is a member reg-login script.
It registers you and gets you to activate your account confirming your email and then auto logs you into your account. It uses cookies to remember your user details.
Hello readers, today I guide you "How to develop Robust website in Php".
Site development is a urgent perspective to any entrepreneurial endeavor. However, that is normal information nowadays. The written work on the divider is clear &ndas
Are you ready to develop the Rest APIs in PHP? The first thing you require is a lightweight PHP Framework to create a fast and reliable restful service. A framework in PHP language is considered as a means to enhance the productivity to del
Hi
This is a simple application logging class which you can use in your PHP project. It currently provides two methods, one for logging messages and another to log a dump with an optional message. I will add the streams support and stack trace faci
This blog will help user learn how to avoid the duplicate entries in the database. Storing duplicate values in the table must be avoided while inserting data in the database table. As these duplicate entries can create many problem in the application
