Аналитическая работа и исследовательская работа в условиях функционирования реальной информационной системы

Автор работы: Пользователь скрыл имя, 06 Сентября 2010 в 22:31, Не определен

Описание работы

Отчёт по практике

Файлы: 1 файл

Сам отчет.doc

— 400.00 Кб (Скачать файл)

     </tr>

            </table>

      </TD>

      <TD width="84%" rowspan="4" class="content"><?php

     if($_POST['step']==0) include("info.php");

            if($_POST['step']==1) include("form.php");

            if($_POST['step']==2) include("into_base.php");

      ?></TD>

  <tr>

    <td>&nbsp;</td>

  </tr>

</table>

</body>

</html> 

<?php if  (($_POST['serv_name']!="")&&($_POST['db_user']!="")&&($_POST['db_name']!="")){

  $db_connect=@mysql_connect($_POST['serv_name'], $_POST['db_user'], $_POST['db_pass']);

      if(!$db_connect) {echo("Ошибка при подключении к серверу MySQL<br>"); ?><a href="index.php">Попробовать провести установку заново</a><br><?php }

      else {

            echo("Подключение  к серверу успешно<br>");

            $sel=@mysql_select_db($_POST['db_name'], $db_connect);

            if(!$sel){echo("Невозможно  подключиться к базе данных<br>"); ?><a href="index.php">Попробовать провести установку заново</a><br><?php }

            else{

                  echo("Подключение  к базе успешно<br>");

                  //создание структуры  БД. Вызов функции из скрипта

                  include("functions.php");

                  $res=exec_sql('cms_db.sql');

                  if(!$res) echo("Обибка при постороении структуры бд<br>".mysql_error());

                  else{

                        $f=fopen("../config.php","w");

                        $res=fwrite($f,'

                              <?php

                              $serv_name= '.'"'.$_POST['serv_name'].'"'.';

                              $db_user='.'"'.$_POST['db_user'].'"'.';

                              $db_pass='.'"'.$_POST['db_pass'].'"'.';

                              $db_name='.'"'.$_POST['db_name'].'"'.';

                              $db_connect=@mysql_connect($serv_name, $db_user, $db_pass);

                              if (!db_connect){die("Ошибка  подключения к серверу MySQL");}

                              if (!@mysql_select_db($db_name, $db_connect)){die("Ошибка выбора БД");}

                              ?>

                              ');

                        if(!$res) echo("Ошибка  при записи конфигурационного  файла<br>");

                        else echo("Конфигурационный  файл успешно записан<br>");

                  }

                  if($res){

                  echo("<strong>все  стадии успешно завершены!</strong><br>");

                  ?><a href="../index.php">Перейти к главной странице системы</a>

<?php  }

                  else{

                        ?><a href=".">Попробовать  провести установку заново</a><?php

                  }

            }

      }

}

else{

      ?>Вы  не ввели все данные <br><form action="index.php" method="post"><input name="last" type="submit" value="Вернуться обратно"><input name="step" type="hidden" value="1"></form> <?php  

}

?>

<html>

<link href="main_css.css" rel="stylesheet" type="text/css">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

<meta http-equiv="Author" content="Аминат Исаева">

<title>ИС страховой  компании РОСГОССТРАХ</title>

</head>

<body>

<table width="100%" bordercolor="#FFFFFF" border="1">

  <tr>

    <td height="99" colspan="2"><div align="center" class="content">

      <h2>ИС страховой компании РОСГОССТРАХ</h2>

    </div></td>

  </tr>

  <tr>

    <td width="16%" height="20" class="button" ><div align="center" class="<?php

      if($_GET['item']==1) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=1" class="buttonLink" style="color:#000000;">Клиенты</a></div></td>

    <td width="84%" rowspan="5" class="content" valign="top"><?php

    if($_GET['item']==0) include("info.php");

    if($_GET['item']==1) include("clients.php");

    if($_GET['item']==2) include("dogovor_types.php");

    if($_GET['item']==3) include("new.php");

      if($_GET['item']==4) include("edit.php");

      if($_GET['item']==5) include("delete.php");

      if($_GET['item']==6) include("search.php");

?></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==2) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=2" class="buttonLink" style="color:#000000;">Типы договоров</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==3) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=3" class="buttonLink" style="color:#000000;">Новый клиент</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==4) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=4" class="buttonLink" style="color:#000000;">Редактирование</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==5) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=5" class="buttonLink" style="color:#000000;">Удаление</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==6) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=6" class="buttonLink" style="color:#000000;">Поиск</a></div></td>

  </tr>

  <tr>

    <td>&nbsp;</td>

  </tr>

</table>

</body>

</html>

<html>

<link href="main_css.css" rel="stylesheet" type="text/css">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">

<meta http-equiv="Author" content="Аминат Исаева">

<title>ИС страховой  компании РОСГОССТРАХ</title>

</head>

<body>

<table width="100%" bordercolor="#FFFFFF" border="1">

  <tr>

    <td height="99" colspan="2"><div align="center" class="content">

      <h2>ИС страховой компании РОСГОССТРАХ</h2>

    </div></td>

  </tr>

  <tr>

    <td width="16%" height="20" class="button" ><div align="center" class="<?php

      if($_GET['item']==1) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=1" class="buttonLink" style="color:#000000;">Клиенты</a></div></td>

    <td width="84%" rowspan="5" class="content" valign="top"><?php

    if($_GET['item']==0) include("info.php");

    if($_GET['item']==1) include("clients.php");

    if($_GET['item']==2) include("dogovor_types.php");

    if($_GET['item']==3) include("new.php");

      if($_GET['item']==4) include("edit.php");

      if($_GET['item']==5) include("delete.php");

      if($_GET['item']==6) include("search.php");

?></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==2) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=2" class="buttonLink" style="color:#000000;">Типы договоров</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==3) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=3" class="buttonLink" style="color:#000000;">Новый клиент</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==4) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=4" class="buttonLink" style="color:#000000;">Редактирование</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==5) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=5" class="buttonLink" style="color:#000000;">Удаление</a></div></td>

  </tr>

  <tr>

    <td height="20" class="button"><div align="center" class="<?php

      if($_GET['item']==6) echo("now"); else echo("normal");

      ?>"><a href="index.php?item=6" class="buttonLink" style="color:#000000;">Поиск</a></div></td>

  </tr>

  <tr>

    <td>&nbsp;</td>

  </tr>

</table>

</body>

</html>

<?php

      if($_GET['find']==1){

            $name="%".$_GET['name']."%";

            include("config.php");

            $q=@mysql_query("SELECT * FROM clients WHERE name LIKE '$name';", $db_connect);

            $x=0;

            if($_GET['dest']!=0){

            ?>

                  <form name="form2" method="get" action="index.php">

                  <?php

                  if($_GET['dest']==1) $h=4;

                  if($_GET['dest']==2) $h=5;

                  ?>

                  <input type="hidden" value="<?php echo($h); ?>" name="item">

Информация о работе Аналитическая работа и исследовательская работа в условиях функционирования реальной информационной системы