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
how fetch single data from database based on name
Moderator: General Moderators
how fetch single data from database based on name
Last edited by raksab on Thu Aug 21, 2008 12:52 am, edited 1 time in total.
Re: how fetch single data from database based on name
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
i know little bit idea for mysql
Re: how fetch single data from database based on name
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
Hi,
Use Mysql fetch functions. Get more informations from the below link
http://dev.mysql.com/doc/refman/5.0/en/ ... -data.html
Regards
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
hi there. What are you planning to do raksab?