Page 1 of 1
how fetch single data from database based on name
Posted: Thu Aug 21, 2008 12:12 am
by raksab
friends
am new in php
am fetching bulk of datas from database
have little bit idea to fetch single datafrom bulk of database
with regards
asaraksab
Re: how fetch single data from database based on name
Posted: Thu Aug 21, 2008 12:41 am
by it2051229
what do you mean fetch single data? do you know how to do sql statements?
Re: how fetch single data from database based on name
Posted: Thu Aug 21, 2008 12:45 am
by raksab
i know little bit idea for mysql
Re: how fetch single data from database based on name
Posted: Thu Aug 21, 2008 12:50 am
by it2051229
a little bit is not enough.. you need to do more reading on how to fetch data in mysql using SQL statements.. and from there you will find your answer.. your problem is actually simple.
Re: how fetch single data from database based on name
Posted: Thu Aug 21, 2008 1:03 am
by sanju
Hi,
Use Mysql fetch functions. Get more informations from the below link
http://dev.mysql.com/doc/refman/5.0/en/ ... -data.html
Regards
Re: how fetch single data from database based on name
Posted: Mon Sep 01, 2008 12:31 am
by zplits
hi there. What are you planning to do raksab?