From: gReen on
Hi...
i wanna know how to search the data in the database..

a = search data in database;
if (true)
//some work here
else
//some work here
end

it will return true if the data is found in database...
thanx for ur help...