polacz();
$znajdz="select * from newsnosowska where id='$id'";
$wykonaj = mysql_query ($znajdz);
$ile= mysql_num_rows($wykonaj);
if($ile=0)echo"Brak wiadomości";
else {
while($wyswietl=mysql_fetch_array ($wykonaj))
{
$wyswietl=str_replace("\n"," ",$wyswietl);
$wyswietl=str_replace("'","’",$wyswietl);
$id=$wyswietl['id'];
$admin=$wyswietl['admin'];
$data=$wyswietl['data'];
$data=str_replace("-",".",$data);
$tytul=$wyswietl['tytul'];
$tresc=$wyswietl['tresc'];
$forum=$wyswietl['forum'];
$tresc2=$wyswietl['tresc2'];
$foto=$wyswietl['foto'];
$foto2=$wyswietl['foto2'];
$admin=str_replace("]","",$admin);
$admin=str_replace("[","",$admin);
if ($tresc2!=="" and $tresc2!=="0"and $tresc2!==" ")
{$wiecej="wiecej...";}
else $wiecej="";
if ($forum!=="" and $forum!=="0"and $forum!==" ")
{$naforum="[dyskusja na forum]";}
else $naforum="";
if ($foto!=="" and $foto!=="0" and $foto!==" ")
{$fotka=" ";}
else $fotka="";
echo"
$data $tytul
$fotka$tresc
";
};
};
echo $fotkaduza;
?>
|
|
|
|
$dzisiaj=date("Ymd");
$znajdz="select * from newsnosowska order by time desc limit 0,26";
$kolor=1;
$wykonaj = mysql_query ($znajdz);
$ile= mysql_num_rows($wykonaj);
if($ile=0)echo"Brak wiadomo¶ci";
else {
while($wyswietl=mysql_fetch_array ($wykonaj))
{
switch($kolor)
{
case "":
$kolor="1"; $color="podswietlenie";
break;
case "0":
$kolor="1"; $color="podswietlenie2";
break;
case "1":
$kolor="0"; $color="podswietlenie";
break;
}
$id=$wyswietl['id'];
$admin=$wyswietl['admin'];
$data=$wyswietl['data'];
$data=str_replace("-2007","",$data);
$data=str_replace("-2009","",$data);
$data=str_replace("-2008","",$data);
$data=str_replace("-2011","",$data);
$data=str_replace("-2010","",$data);
$data=str_replace("-2012","",$data);
$data=str_replace("-2013","",$data);
$data=str_replace("-2014","",$data);
$data=str_replace("-",".",$data);
$tytul=$wyswietl['tytul'];
$tresc=$wyswietl['tresc'];
$forum=$wyswietl['forum'];
$tresc2=$wyswietl['tresc2'];
$foto=$wyswietl['foto'];
$foto2=$wyswietl['foto2'];
if ($tresc2!=="" and $tresc2!=="0"and $tresc2!==" ")
{$wiecej="wiêcej...";}
else $wiecej="";
if ($forum!=="" and $forum!=="0"and $forum!==" ")
{$naforum="[dyskusja na forum] ";}
else $naforum="";
if ($foto!=="" and $foto!=="0" and $foto!==" ")
{$fotka=" ";}
else $fotka="";
echo"
";
};
};
?> |
|
|
|
|