View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<? require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Расписание АСП</title> | |
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script> | |
<script type="text/javascript"> |
View httpd.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# This is the main Apache HTTP server configuration file. It contains the | |
# configuration directives that give the server its instructions. | |
# See <URL:http://httpd.apache.org/docs/2.2/> for detailed information. | |
# In particular, see | |
# <URL:http://httpd.apache.org/docs/2.2/mod/directives.html> | |
# for a discussion of each configuration directive. | |
# | |
# Do NOT simply read the instructions in here without understanding | |
# what they do. They're here only as hints or reminders. If you are unsure |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<? require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Расписание АСП</title> | |
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script> | |
<script type="text/javascript"> |
View input.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
<title>Добавление данных АСП</title> | |
<style type="text/css"> | |
<!-- | |
.style5 { | |
color: #33CC00; | |
text-shadow: 2; |
View edit.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
/*$connection=mysql_connect($db_host, root, doom); | |
if (!$connection) { | |
die ("Невозможно подключиться к базе данных: <br/ >".mysql_error()); | |
} | |
$db_select=mysql_select_db($db_database); | |
if (!$db_select) { | |
die ("Невозможно выбрать базу данных: <br/ >".mysql_error()); |
View edit.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
/*$connection=mysql_connect($db_host, root, doom); | |
if (!$connection) { | |
die ("Невозможно подключиться к базе данных: <br/ >".mysql_error()); | |
} | |
$db_select=mysql_select_db($db_database); | |
if (!$db_select) { | |
die ("Невозможно выбрать базу данных: <br/ >".mysql_error()); |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<? require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> | |
<title>Расписание АСП</title> | |
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script> | |
<script type="text/javascript"> |
View index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
<? require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
?> | |
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> | |
<title>Расписание АСП</title> | |
<script src="SpryAssets/SpryEffects.js" type="text/javascript"></script> | |
<script type="text/javascript"> |
View updatemain.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<? | |
require_once ('db_login.php'); | |
require_once ('db_connect.php'); | |
/*$connection=mysql_connect($db_host, root, doom); | |
if (!$connection) { | |
die ("Невозможно подключиться к базе данных: <br/ >".mysql_error()); | |
} | |
$db_select=mysql_select_db($db_database); | |
if (!$db_select) { | |
die ("Невозможно выбрать базу данных: <br/ >".mysql_error()); |