$value) { if (is_object($value) || is_array($value)) { $value = objectsIntoArray($value, $arrSkipIndices); // recursive call } if (in_array($index, $arrSkipIndices)) { continue; } $arrData[$index] = $value; } } return $arrData; } $xmlUrl = "../config.xml"; // XML feed file/URL $xmlStr = file_get_contents($xmlUrl); $xmlObj = simplexml_load_string($xmlStr); $arrXml = objectsIntoArray($xmlObj); $foto = '../'.$arrXml['klienci_foto']; $naglowek = $arrXml['klienci_naglowek']; $tresc = $arrXml['klienci_opis']; $login = $_GET['login']; $pass = $_POST['pass']; if ($login=='true') { if (is_dir($pass)) { $link = substr($_SERVER['REQUEST_URI'], 0, -20).$pass; //print $link; header('Location: '.$link); } else { $wrong_pass = true; }; if ($wrong_pass) { $error = '
Niepoprawne hasło
'; }; }; ?> Pawel Traczyk - Fotografia Slubna