Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search Coderanch
Advance search
Google search
Register / Login
Murugesa Boopathy
Greenhorn
+ Follow
news
1
Posts
0
Threads
since Dec 14, 2012
Merit badge:
grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads
Recent posts by Murugesa Boopathy
Check value is Exist in the database and transfer the page
You can use count function in sql.
Consider the id is the unique value in Database.
select count(id) where id=your id
if(count>1)
{
//already exist
}
else
{
//add
}
show more
12 years ago
JSP