
Wie mache ich das, daß in der Anzeige, wer Geburtstag hat, der Name des Geburtstagskindes in Fettschrift erscheint?
Danke und lg
Karin
Suche in der portal.php nach einer Zeile, die so anfängt:powersilie hat geschrieben:Wie mache ich das, daß in der Anzeige, wer Geburtstag hat, der Name des Geburtstagskindes in Fettschrift erscheint?
Code: Alles auswählen
$birthday_today_list .=
Code: Alles auswählen
' . $birthdayrow[$i]['username'] . '
Code: Alles auswählen
<b>' . $birthdayrow[$i]['username'] . '</b>
Code: Alles auswählen
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/hosting/bienemaus/index.php:2) in /usr/export/www/hosting/bienemaus/includes/sessions.php on line 188
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/hosting/bienemaus/index.php:2) in /usr/export/www/hosting/bienemaus/includes/sessions.php on line 189
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/hosting/bienemaus/index.php:2) in /usr/export/www/hosting/bienemaus/includes/page_header.php on line 504
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/hosting/bienemaus/index.php:2) in /usr/export/www/hosting/bienemaus/includes/page_header.php on line 506
Warning: Cannot modify header information - headers already sent by (output started at /usr/export/www/hosting/bienemaus/index.php:2) in /usr/export/www/hosting/bienemaus/includes/page_header.php on line 507
Code: Alles auswählen
<?php