Kod
<html>
<body>
<head></head>
<?
$strona=$HTTP_GET_VARS["temat"]
if ($strona == "newsy")
{
echo(" jakieś tam newsy");
}
if ($strona == "screeny")
{
echo(" screen 1 screen 2");
}
if ($strona == "cośtam")
{
echo(" cośtam 1 cośtam 2");
}
?>
Co mam w tym źle !??
<body>
<head></head>
<?
$strona=$HTTP_GET_VARS["temat"]
if ($strona == "newsy")
{
echo(" jakieś tam newsy");
}
if ($strona == "screeny")
{
echo(" screen 1 screen 2");
}
if ($strona == "cośtam")
{
echo(" cośtam 1 cośtam 2");
}
?>