
Search In
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:-
SELECT INTO Statement:
SELECT INTO statement is used to copy data from one table into another table. We can provide a condition while using SELECT INTO statement.
Syntax:
SELECT columnname(s)
INTO new_tablename
FROM tablename
Hello friend,
I have a javascipt array object. Now i will try to sort price in this array.
For Example:
var data = [
{
"h_id": "3",
"city": "Dallas",
"state": "TX",
"zip": "75201",
"price": "162500"
JSON is used to read data from a web server, also it is used to display the data in a web page. In this blog we will be accessing the values of JSON object with the help of the jquery's getJSON() method. GetJSON() method is used to load the JSON
My previous article CRUD operations with MySQLi procedural functions is demonstrating about performing CRUD operations on MySQL database. As we know that one of the best feature of MySQLi is that it also provides an object oriented interface, which i
There are two PHP functions count() and sizeof() which can be used to count the number of elements of an array. Both functions can also be used to count the number of elements of multi-dimensional array also. The explanation of these functions are gi
Client and server communication is done with two commonly used http method
1.GET
2.POST
GET- GET is basically used for getting the data from the server sometime cached.
The $.get method is used in jQuery to get the data.
$.get(URL,callback);
u
Hi Reader's,
Welcome to FindNerd,today we are going to discuss bindModel and unbindModel function in CakePHP 2.X.
If we are making any web application in CakePHP then sometimes we have to use bindModel and unbindModel at a runtime. So CakePHP pr
When I try to call an implementation from another module via interface, I get null pointer exception
I need help! I get nullpointer exception, after deployment.
I have an interface AirlineClient in 'com.airline.model.hook' module.
I have an app and inside it only one activity (main activity) and layout XML of main activity have only
list view . This app will get restaurants near from my location and display it in list view.
What I need to do is add button to the main act
