how fetch single data from database based on name

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
raksab
Forum Newbie
Posts: 4
Joined: Sun Jul 13, 2008 11:21 pm

how fetch single data from database based on name

Post 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
Last edited by raksab on Thu Aug 21, 2008 12:52 am, edited 1 time in total.
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: how fetch single data from database based on name

Post by it2051229 »

what do you mean fetch single data? do you know how to do sql statements?
raksab
Forum Newbie
Posts: 4
Joined: Sun Jul 13, 2008 11:21 pm

Re: how fetch single data from database based on name

Post by raksab »

i know little bit idea for mysql
User avatar
it2051229
Forum Contributor
Posts: 312
Joined: Tue Dec 25, 2007 8:34 pm

Re: how fetch single data from database based on name

Post 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.
User avatar
sanju
Forum Commoner
Posts: 65
Joined: Sat Jun 21, 2008 2:15 am
Location: Kochi, India

Re: how fetch single data from database based on name

Post 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
User avatar
zplits
Forum Contributor
Posts: 158
Joined: Sun Aug 03, 2008 8:59 pm

Re: how fetch single data from database based on name

Post by zplits »

hi there. What are you planning to do raksab?
Post Reply