phpbar.de logo

Mailinglisten-Archive

[php] letzter datensatz einer while schleife

[php] letzter datensatz einer while schleife

Andreas Otto andreas_(at)_noho.co.uk
Tue, 18 Jan 2000 11:58:16 -0000


danke tobias,
hat funktioniert.

> $db = new wap;
> $db->query("select * from wap_article");
> 
> for($i=0; $i<$db->num_rows() - 1; $i++)
> {
>    $db->next_record();
>    printf("<p>%s</p>", $db->Record["wap_content"]);
> }
> $db->next_record();
> printf("<p class='last'>%s</p>", $db->Record["wap_content"]);
> 
> Ungetestet.

jetzt getestet ;-)

gruss,
andreas


----------
Andreas Otto

NoHo Digital Ltd, 
Floor 2, Canberra House, 
315 -317 Regent Street 
London W1R 7YB 

Reception 0171 299 3434 
Fax 0171 631 5050 
http://www.noho.co.uk



php::bar PHP Wiki   -   Listenarchive