
Search In
Forget Password function use in cakePhp for making it secure by sending the code to the database in encrypted form, and fetch the value from by using find keyword in the list, this will give you detail on the bases of email id.
Forexample: A us
While performing the CRUDE operations like insert delete update in the database we make use of the functions provided by the SQL classes.
Mostly we use ExecuteNonQuery function for the CRUDE operations but we need to unders
Welcome to FindNerd.
In a series of word-press functions, today i am going to discuss the word-press function add_query_arg. As its name implies, it is used to add arguments in a URL. First of all we discuss the parameters of this function. It has m
Hi Reader's,
Welcome to FindNerd, today we are going to discuss use of array_reverse() function in PHP.
This function is used to reset the index of elements and returns the reversed array.array_reverse() function accepts array as a a
Hi Readers,
In iOS app many times we have to filter our results according to requirement. We can filter array of results same as following example. Let say we have an array(articleArray) like:
(
{
Read = 0;
Saved = 0;
SQL Injection
Security of any Application plays a major role for any developer. Some of the users try to break the security of any application for their fun, for stealing the data .They use different methods to break the security and SQL Injection i
The Javascript void operator set the given expression and then returns the output as undefined.
The void operator is employed to amass the undefinable denoting price, typically we tend to use "void(0)" (which is suggests that "
In this blog we illustrate how to get the pagination data from SQL server stored procedure.
To create a such type of a stored procedure, we need to send a minimum three parameters(startRowIndex, pageSize, totalCount).
1. startRow
Implementing zip compression in .Net
ZipFile class is provided by .Net framework for zip compression. This class provides static methods for creation, extraction, and opening of zip archives. The namespace required for zip com
E-commerce has made retailer's able to reach new customers easier than ever. Even a small seller can connect to a potentially huge audience through platforms such as Amazon. However, the seemingly endless choices consumers have at their disposal
