Re[2]: [PHP] Display Records (brief summary and full details)

2003-07-25 Thread Tom Rogers
Hi, Saturday, July 26, 2003, 7:28:16 AM, you wrote: PSG> Thanks Tom, PSG> I appreciate your help ! however I have a 2 quick questions... PSG> 1.) should we not save the names of the companies as $companies[$row] PSG> = $row['company']; PSG> 2.) the approach of accessing the variable a

Re: [PHP] Display Records (brief summary and full details)

2003-07-25 Thread Curt Zirzow
* Thus wrote Pushpinder Singh Garcha ([EMAIL PROTECTED]): > Thanks Tom, > > I appreciate your help ! however I have a 2 quick questions... > > 1.) should we not save the names of the companies as $companies[$row] > = w['company']; I'm not sure in what context or what purpose you wish to do so.

Re: [PHP] Display Records (brief summary and full details)

2003-07-25 Thread Pushpinder Singh Garcha
Thanks Tom, I appreciate your help ! however I have a 2 quick questions... 1.) should we not save the names of the companies as $companies[$row] = $row['company']; 2.) the approach of accessing the variable as $details = $_SESSION['link']['$_GET['name']] is not working , when I try

Re: [PHP] Display Records (brief summary and full details)

2003-07-24 Thread Tom Rogers
Hi, Friday, July 25, 2003, 7:13:27 AM, you wrote: PSG> Hello All, PSG> I am trying to create a small MySQL application using PHP. I have a PSG> table of contacts with each record having over 30 fields. I have a PSG> search page where a logged-in admin can search for a particular record PSG>

[PHP] Display Records (brief summary and full details)

2003-07-24 Thread Pushpinder Singh Garcha
Hello All, I am trying to create a small MySQL application using PHP. I have a table of contacts with each record having over 30 fields. I have a search page where a logged-in admin can search for a particular record on the basis of certain parameters. This is a sample code: