Mel jsem zkousky, tak jsem nemohl delat na segrinym webiku. Proto si segra na neci doporuceni nasla pry profesionálního programátora. Dneska jsem se připojil na FTPcko a v indexu jsem tam našel tohle:
<?
if (empty($_GET["page"]))
{
$page = ""
;
}
else {
$page = $_GET["page"];
}
$title = "Page not found";
if ($page == "homepage")
{
$title = "My IVF Alternative";
}
else if ($page == "ivf-program")
{
$title = "IVF Program";
}
else if ($page == "about-this-program")
{
$title = "About this program";
}
else if ($page == "ivf-treatment-options")
{
$title = "IVF Treatment Options";
}
else if ($page == "medical-care")
{
$title = "Medical Care";
}
else if ($page == "ivf-treatment-costs")
{
$title = "IVF Treatment Costs";
}
else if ($page == "accommodations")
{
$title = "Accommodations";
}
else if ($page == "ivf-testimonials")
{
$title = "IVF Testimonials";
}
else if ($page == "visiting-czech")
{
$title = "Visiting Czech";
}
else if ($page == "ivf-faqs")
{
$title = "IVF FAQs";
}
else if ($page == "our-story")
{
$title = "Our Story";
}
else if ($page == "full-story")
{
$title = "Mag and Jeremy story";
}
else if ($page == "ivf-diary")
{
$title = "IVF Diary";
}
else if ($page == "diary-2006")
{
$title = "My Infertility Diary, 2006";
}
else if ($page == "diary-2007")
{
$title = "My Infertility Diary, 2007";
}
else if ($page == "media-center")
{
$title = "Media Center";
}
else if ($page == "contact")
{
$title = "My IVF Alternative Contact";
}
Jestli je toho profesionální... tak ma asi jebně!!!!