Mailtos and links from a query result table!

From: angelo(dot)rigo(at)globo(dot)com
To: pgsql-php(at)postgresql(dot)org
Subject: Mailtos and links from a query result table!
Date: 2002-05-09 20:32:37
Message-ID: 3CD2936400024AD8@nplex.globo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi!
I need to make mailtos and hiperlinks in a query result table
i dont know wich variable to pass to the <a href =""> to make this happen

my code below is not working! any idea?

printf ("<tr bgcolor='$bgcolor'><td>%s</td><td>%s</td><td><a href='mailto:$myrow[19]'>%s</a></td><td><a
href="$myrow[9]">%s</a></td><td>%s</td><td>%s</td></tr>
",$myrow[1], $myrow[2], $myrow[3], $myrow[19], $myrow[9], $myrow[10]);
$row++;
}
while ($row < $numrows);
printf ("</table>
");
pg_close($db);
?>

________________________________________
A busca mais veloz e precisa da internet. Acesse agora: http://www.zoom.com.br.

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Papp Gyozo 2002-05-09 20:43:17 Re: Mailtos and links from a query result table!
Previous Message Julio Cuz, Jr. 2002-05-08 21:07:48 Re: Error when Installing