Mam kolejny problem ;-)
<?php /* FUNCTIONS */ include ("inc/sqlConnect.php"); if ($user == "") { $loginreq = include("login.php"); } else { $userid = $data['artist_id']; /* CONTENT VARIABLES */ $content1 = "<img src=\"avatars/".$data['artist_avatarname']."\" border=\"0\" /> <b>".$data['artist_name']." ".$data['artist_surname']."</b>" ."<br/><br/>".$data['artist_description'].""; { $content2 .= ""$picdata['picture_filename']""; } }; ?>
Zwraca mi błąd Parse error: syntax error, unexpected T_VARIABLE in /var/www/awotex/awotex.pl/digital/system/userPanel.php on line 36 (tam gdzie zaczyna sie $content2.= )
Przejzalem to chyba ze 100 razy i nie widze zeby brakowalo mi jakis nawiasow czy średników. Moze uzywam pętli while w niedozwolonym miejscu

Prosze o pomoc...
Pozdrawiam