На одном сайте...

    Date: 01/22/09 (Code WTF)    Keywords: php

    Я, честно говоря, затрудняюсь сказать, как до такого докатились...

    На странице:


    В обрабатывающей форму php-шке:
    $relationship = isset($_POST['relationship']) ? $_POST['relationship'] : '';
    $rs='';
    switch ($relationship)
    {
      case 1:
        $rs='Teacher';
        break;
      case 2:
        $rs='Parent';
        break;
      case 3:
        $rs='Superintendent';
        break;
      case 4:
        $rs='Math Specialist';
        break;
      case 5:
        $rs='Principal';
        break;
      case 6:
        $rs='Board Member';
        break;
      case 7:
        $rs='IT Specialist';
        break;
      case -1:
        $rs='Other...';
        break;
    }

    дальше строка $rs вставляется в БД.

    Source: http://community.livejournal.com/code_wtf/155193.html

« Глубина-глубин... || Кошмар на... »


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home