
Search In
Today, When I was doing some programming stuffs and I found out that there is serious flaw in the “and” , “or” logical operator of PHP.
I’m not talking about the symbol “||” and “&&” logical operator. I’m talking about the “and” and “or” lo
Sometimes we need to calculate the distance between two locations. And to save the time of iteration we can get filtered results through query by apply functionality of calculating distance in the query.
Suppose we have two tables Events and User,
If we have latitude and longitude with us and we need to get location name out of that from google api then we need to do the following code;
public function findlocation($lat,$long){
$url_data = 'http://maps.googleapis.com/maps/api/geoc
Some of the basic SQL queries used in data validation
Table Name – employee
for selecting all the data from the table -
select * from tablename
Find the total number of records in a table-
Select count (*) from emp where age >40
How
What is SEO Spider
SEO Spider is a software that track links throughout the Websites, acquire content from sites and add it to search engine databases for indexing hence, it is also known as site indexing by search engine.
Spider follows and crawl
this tutorial will guide you to understand which component is best suitable for our projects need.
Selenium IDE - when you don't have any programming knowledge and you want simple test cases and test suits to be imported in Selenium RC or grid, to
The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c.
One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o
The Self and Super Keyword in IOS are important and one should know why and how they are used in objective c.
One should always access the instance variables directly from or within an initialization method. Because at the time when property is set o
In Asp.Net applications with no MVC framework, user interacts with pages along with events of the page and the controls. In contrast with ASP.NET MVC applications, user interacts with controllers and action methods.
In Asp.Net MVC framework, w
Triggering @Controller Input Validation:- In Spring we can enable the JSR 303 Bean Validation to put the validation on bean and validate the form value in spring MVC .
StudentController.java
package com.manish.controller;
import javax.validation.
