Mailtos and links from a query result table!

Поиск
Список
Период
Сортировка
От angelo.rigo@globo.com
Тема Mailtos and links from a query result table!
Дата
Msg-id 3CD2936400024AD8@nplex.globo.com
обсуждение исходный текст
Ответы Re: Mailtos and links from a query result table!  (Papp Gyozo <pgerzson@freestart.hu>)
Re: Mailtos and links from a query result table!  (Keary Suska <hierophant@pcisys.net>)
Список 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.


В списке pgsql-php по дате отправления:

Предыдущее
От: "Julio Cuz, Jr."
Дата:
Сообщение: Re: Error when Installing
Следующее
От: Papp Gyozo
Дата:
Сообщение: Re: Mailtos and links from a query result table!