Re: [PHP] Build HREF list from database???

2001-02-12 Thread Ankur Verma
HCL Technologies A1CD, Sec -16 Noida, UP India - Original Message - From: "andrew" <[EMAIL PROTECTED]> To: "PHP General" <[EMAIL PROTECTED]> Sent: Tuesday, February 13, 2001 10:24 AM Subject: [PHP] Build HREF list from database??? > Hi - I want to pr

Re: [PHP] Build HREF list from database???

2001-02-12 Thread andrew
David, Theo, Got it working - much thanks for your help!! regards, andrew On 2/13/01 12:05 AM, "David Robley" <[EMAIL PROTECTED]> wrote: > On Tue, 13 Feb 2001 15:24, andrew wrote: >> Hi - I want to print a list of numbers linked to URLs I create on the >> fly - something like this: >> >> tab

Re: [PHP] Build HREF list from database???

2001-02-12 Thread David Robley
On Tue, 13 Feb 2001 15:24, andrew wrote: > Hi - I want to print a list of numbers linked to URLs I create on the > fly - something like this: > > table: > --- > pathpid > -|- > > foo.jpg 1 > bar.jpg 1 > > > include("db_connection_params.inc"); //al

[PHP] Build HREF list from database???

2001-02-12 Thread andrew
Hi - I want to print a list of numbers linked to URLs I create on the fly - something like this: table: --- pathpid -|- foo.jpg 1 bar.jpg 1 $count; $currrent_row = mysql_fetch_row($result); ++$i;) { $path=$current_row[2]"; //database fiel