Example #1
0
            $xb = 1;
            $dotare->Proprietati = $dotare->Proprietati . "xb";
        }
        if (isset($_POST['xc'])) {
            $xc = 1;
            $dotare->Proprietati = $dotare->Proprietati . "xc";
        }
        if (isset($_POST['xt'])) {
            $xt = 1;
            $dotare->Proprietati = $dotare->Proprietati . "xt";
        }
        if (isset($_POST['xs'])) {
            $xs = 1;
            $dotare->Proprietati = $dotare->Proprietati . "xs";
        }
        $dotare->save();
        $message = "Adaugat";
        //print_r($_POST);
        redirect_to("categoriedotare_list.php");
    }
}
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ro" lang="ro">

<head>
    <title>Imobiliare - Categorii dotari</title>
	
	<link type="text/css" href=".././themes/base/ui.all.css" rel="stylesheet" />
	<link rel="stylesheet" type="text/css" href=".././styles/main.css" />