In article <[EMAIL PROTECTED]>, 
[EMAIL PROTECTED] says...
> Hello again,
> 
> I would appreciate if someone could help me out with this one.
> 
> Thanks again
> 
> --Pushpinder
> 
> 
> 
> 
> On Friday, August 8, 2003, at 11:46 AM, Pushpinder Singh Garcha wrote:
> 
> > Hello All,
> >
> >  I am using php and mysql in my application which allows users to  
> > search/query a database. The database is cast and has about 32 rows  
> > per record. When the user fires the query, the result is in the form  
> > of a table that contains only the 6 important rows of the entire  
> > record. Also there is a provision to allow the user to see the full  
> > record set by clicking on the link under the 'complete profile'  
> > contained in the table. (as shown below). The name of this script is  
> > lookup_results.php
> >
> > Here is the result for a companies in city = 'Charlotte' / Primary key  
> > of the table is the name of the company.
> > ----------------------------------------------------------------------- 
> > ----------------------------------------------------------------------- 
> > -----------------------------
> > Company Name     Main Contact        City                 Website       
> >                            E-Mail                          Complete  
> > Profile
> > ----------------------------------------------------------------------- 
> > ----------------------------------------------------------------------- 
> > -----------------------------
> > PSG                           Pushpy              Charlotte          
> > http://www.psg.com        [EMAIL PROTECTED]                --Link--
> > TFNA                         Napier               Charlotte          
> > http://www.psg.com        [EMAIL PROTECTED]                --Link--
> > Micro                         Bates                 Charlotte           
> > http://www.psg.com       [EMAIL PROTECTED]                --Link--
> > CNN                          Garcha PS        Charlotte           
> > http://www.psg.com       [EMAIL PROTECTED]                --Link--
> > ----------------------------------------------------------------------- 
> > ----------------------------------------------------------------------- 
> > -----------------------------
> >
> >
> > To see the complete profile of the company I use  
> > href=\"full_profile_1.php?name=".$row['company']


I don't see what your question is?

-- 
Quod subigo farinam

$email =~ s/oz$/au/o;
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to