Re: [php-list] Searching record problem

2008-11-21 Thread listgroups08
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Saturday, November 22, 2008 7:19 AM Subject: Re: [php-list] Searching record problem - Original Message - From: "Mohammad Ashrafuddin Fredousi" hi, anyone have the joomla 1.5 manual(developer's tec

Re: [php-list] Searching record problem

2008-11-21 Thread listgroups08
- Original Message - From: "Mohammad Ashrafuddin Fredousi" hi, anyone have the joomla 1.5 manual(developer's technical manual)? if so, please send it to me at [EMAIL PROTECTED] if not, then what process you suggested to learn joomla 1.5 in a easy way? thanx ---

Re: [php-list] Searching record problem

2008-11-21 Thread Mohammad Ashrafuddin Fredousi
hi, anyone have the joomla 1.5 manual(developer's technical manual)? if so, please send it to me at [EMAIL PROTECTED] if not, then what process you suggested to learn joomla 1.5 in a easy way? thanx [Non-text portions of this message have been removed]

Re: [php-list] Searching record problem

2008-11-21 Thread listgroups08
- Original Message - From: "yousuf hussain" Dear members: I came across a problem that while searching a record from a database it only returns one field record. i want to search it with different option. Code is given below Only Unit record is returned

Re: [php-list] Searching record problem

2008-11-21 Thread William Piper
John Magee wrote: > > > > - Original Message - > From: yousuf hussain > > > > > > > > > > > > > $searchText = $_REQUEST["search"]; > include "header.php"; > ?>

Re: [php-list] Searching record problem

2008-11-21 Thread John Magee
- Original Message - From: yousuf hussain include "connection.php"; if($searchText=="syard"){

Re: [php-list] Searching record problem

2008-11-21 Thread William Piper
yousuf hussain wrote: > > > Dear members: > > I came across a problem that while searching a record from a database it > only returns one field record. i want to search it with different option. > Code is given below > Only Unit record is returned > > include "header.php"; > ?> > > > width

[php-list] Searching record problem

2008-11-20 Thread yousuf hussain
Dear members: I came across a problem that while searching a record from a database it only returns one field record. i want to search it with different option. Code is given below Only Unit record is returned Search Record