
Search In
Sometimes we need to store session information for different web pages. It is mostly needed for commercial websites where we need to fill up a form through several stages. So to maintain the session information across web pages and to keep track of s
1. Software Models
Software models are the methodologies that describe the ways in which we can develop a particular software product in order to validate the software’s functionality and fulfil the Quality standards.
Software Models are the
After connecting database successfully, the next important task in an application is performing the query on the connected database. This article provides the details about how we can run a query to a MySQL database using mysqli extension. The articl
Hello Reader's, If you want to get the records of visitors that visits your webpage then in this blog you can learn and build your own. Here we will develop it by using PHP and Ajax.
Page counters are easy to get and install but if you want to
Link building process consists of three basic methodologies including Manual Directory Submissions, Local Directory Submissions and Social Media Submissions. All these types of Natural Link Building m
These functions operate on single rows only and return one result per row. There are different types of
single-row functions.
• Character
• Number
• Date
• Conversion
Single-row functions are used to manipulate data items. They accept one or mor
Hello friends,
My previous article MySQLi functions to fetch records from resultset demonstrates about mysqli_fetch_row() and mysqli_fetch_array() functions which are used to retrieve data from result sets. This article demonstrates two more fu
Hello reader's lets know the "Difference between include directive and include action tag in JSP(Java Server Page)".
Include directive and include action tag both are widely-used for including a file to the present JSP page. However you will find th
In jQuery size() and length property are the two features, which have the same property of returning the number of elements in a jQuery object which creates a lot of confusion for developers.
This blog is to help developers to understand the differe
As jQuery do most of the JavaScript libraries use $ as a function or variable name. In jQuery's case, all functionality is available without using $ because it is just an alias for jQuery. In jQuery we can return control of $ back to the other li
