
PS.
Jesli takie co jusz bylo podajcie link do tego tematu.
<?php $name_records = \"3\"; // Zmienna przechowująca nazwę rekordu. $zapytanie = \"SELECT * FROM tabel WHERE id = '\".$name_records.'\"; /* dalsza część skryptu */ ?>
<?php $name = $arrParams[\"0\"]; $asked = \"SELECT * FROM modules WHERE name_mod = '\".$name.\"'\"; #$result = mysql_query(\"SELECT id, name_mod, patch_mod, install_mod, active_mod FROM modules\",$cfg[\"conn\"]); if ($temp[\"type_mod\"] == \"page\" or $temp[\"type_mod\"] == \"\"){ #Clear not if ($arrParams[\"0\"] != ''){ #Install must if ($row[\"install_mod\"] == 1){ #Active must if ($row[\"active_mod\"] == 1){ #Name modules == niceurl if ($row[\"neme_mod\"] == $arrParams[\"0\"]){ include($cfg[\"patch_module\"].$arrParams[\"0\"].'/index.mod'); $body = main(); } # END == }else{ error_1(_error_modules,_error_modules_activ); } #END ACTIVE must }else{ error_1(_error_modules,_error_modules_install); } #END INSTALL must }else{ error_1(_error_modules,_error_modules_none); } #END Clear not } if ($temp[\"type_mod\"] == \"menu\"){ include($cfg[\"patch_module\"].$arrParams[\"0\"].'/menu.mod'); } ?>