Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

What does keyword 'var' do in PHP

Hello readers, In this blog I will help you to know "What does keyword 'var' do in PHP ?" It's regarding declaring class new member factors inside PHP4, and it will no longer needed. It'll operate inside PHP5, however it will increase an E_STRICT ca

JSON with JAVA

A JSONObject is an unordered amassment of name/value pairs. Its external form is a string wrapped in curly braces with colons between the designations and values, and commas between the values and designations. A JSONObject constructor can be acclim

What is the use of DISTINCT statement in MySQL.

In MySQL, the SELECT DISTINCT statement is used to return only distinct values means if in a table, a column has duplicate values then SELECT DISTINCT statement will be used to get different values. SELECT DISTINCT Syntax SELECT DISTINCT column_nam

Research in odoo9

Research used to Searches for records based on the args search domain. args -- A search domain. Use an empty list to match all records. offset (int) -- number of results to ignore (default: none) limit (int) -- maximum

Group By Statement

Group By : It is used to group the result-set by one or more column. It is used in conjunction with aggregate functions provided by Structured Query Language . If order by is used then Group By must come before Order By clause. Syntax1: SELECT col

Using DISTINCT keyword of sql in cakephp

As we all might know that selecting all records from the database in cakephp can be done using the find("all") method, But there are chances of duplicate records may appear. To remove the duplicate records on selecting all records we use distinct ke

How to use glob() function in php ?

Hi Reader's, Welcome to FindNerd, today we are going to discuss how to use glob() function in php ? Basically the glob() function is used for returning an array of filenames or directories matching a specified pattern. The glob() function retur

How to change data on changing the option box

Hello Reader's if you are looing to develop the html form which changes the data on changing the values in option box, then in this blog you can see how it is done. To making this form we will start from html file. And its code will go like this:-

Data Manipulation Language

These statement consist of queries that retrieve data from tables in database and statements that change the data in the database Statement under this category are: SELECT INSERT UPDATE DELETE LOCK TABLE etc. Insert command It is used to add

Use of Shared View in MVC

While writing code in MVC there are scenarios where you need to use one view in more than one action .   One way is to create separate view for it that will be a tedious process to do   Another way is to create a common view for multipl

1 68 282
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: