-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
108 lines (106 loc) · 41.7 KB
/
index.html
File metadata and controls
108 lines (106 loc) · 41.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Php-mysql-course by Academy-Soft-Intellect</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<div>
<img src="logo.png" alt="Software Academy Soft Intellect" />
</div>
<h1>PHP and MySQL Course Repository</h1>
<p>Software Academy Soft Intellect</p>
<ul>
<li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h2>Slides( HTML format)</h2>
<ul class="slideList">
<li>
<a href="pages/slides/01-Introduction-into-Course/01-Introduction-into-Course.html">01-Introduction-into-Course</a>
</li>
<li>
<a href="pages/slides/01-Introduction-into-Development/01-Introduction-into-Development.html">01-Introduction-into-Development</a>
</li>
<li>
<a href="pages/slides/01-Introduction-into-PHP/01-Introduction-into-PHP.html">01-Introduction-into-PHP</a>
</li>
<li>
<a href="pages/slides/01-Version-Control-Systems/01-Version-Control-Systems.html">01-Version-Control-Systems</a>
</li>
<li>
<a href="pages/slides/02-HTML-basics/02-HTML-basics.html">02-HTML-basics</a>
<div class='lectures-links'><h4>Links</h4><a href="http://www.w3schools.com/html/html5_new_elements.asp" target="_blank">HTML5 elements</a>
<a href="http://validator.w3.org/" target="_blank">Validator W3</a></div> </li>
<li>
<a href="pages/slides/03-CSS/03-CSS.html">03-CSS</a>
<div class='lectures-links'><h4>Links</h4><a href="http://www.w3schools.com/cssref/css_selectors.asp" target="_blank">CSS Selectors</a>
</div> </li>
<li>
<a href="pages/slides/04-PHP-BASICS/04-PHP-BASICS.html">04-PHP-BASICS</a>
</li>
<li>
<a href="pages/slides/05.DEBUG-1/05.DEBUG-1.html">05.DEBUG-1</a>
</li>
<li>
<a href="pages/slides/05.PHP-BASICS-2/05.PHP-BASICS-2.html">05.PHP-BASICS-2</a>
</li>
<li>
<a href="pages/slides/06.PHP-BASICS-ARRAY/06.PHP-BASICS-ARRAY.html">06.PHP-BASICS-ARRAY</a>
</li>
<li>
<a href="pages/slides/07.FUNCTIONS/07.FUNCTIONS.html">07.FUNCTIONS</a>
</li>
<li>
<a href="pages/slides/08.WORKING-WITH-FORMS/08.WORKING-WITH-FORMS.html">08.WORKING-WITH-FORMS</a>
<div class='lectures-links'><h4>Links</h4><a href="http://www.w3schools.com/tags/att_input_type.asp" target="_blank">Input element</a></div> </li>
<li>
<a href="pages/slides/09.MYSQL-BASIC/09.MYSQL-BASIC.html">09.MYSQL-BASIC</a>
<div class='lectures-links'><h4>Links</h4><a href="http://dev.mysql.com/doc/refman/5.1/en/alter-table-examples.html" target="_blank">MYSQL DOCS alter syntax</a>
<a href="http://www.w3schools.com/sql/sql_alter.asp" target="_blank">W3Schools DOCS alter syntax</a></div> </li>
<li>
<a href="pages/slides/10.MYSQL-ADVANCED/10.MYSQL-ADVANCED.html">10.MYSQL-ADVANCED</a>
<div class='lectures-links'><h4>Links</h4><a href="http://dev.mysql.com/downloads/workbench/" target="_blank">MySQL Workbench</a></div> </li>
<li>
<a href="pages/slides/11.PHP-AND-MYSQL/11.PHP-AND-MYSQL.html">11.PHP-AND-MYSQL</a>
<div class='lectures-links'><h4>Links</h4><a href="http://php.net/manual/en/faq.passwords.php" target="_blank">PHP passwords</a></div> </li>
<li>
<a href="pages/slides/12.OOP/12.OOP.html">12.OOP</a>
<div class='lectures-links'><h4>Links</h4><a href="http://php.net/manual/en/language.oop5.magic.php" target="_blank">OOP Magic</a>
<a href="http://www.php-fig.org/psr/psr-1/" target="_blank">PSR-1 Basic Coding Standard</a>
<a href="http://www.php-fig.org/psr/psr-2/" target="_blank">PSR-2 Coding Style Guide</a></div> </li>
<li>
<a href="pages/slides/13.Practice-webshop/13.Practice-webshop.html">13.Practice-webshop</a>
</li>
<li>
<a href="pages/slides/14.OOP-IN-USE/14.OOP-IN-USE.html">14.OOP-IN-USE</a>
</li>
<li>
<a href="pages/slides/15.SMALL-POLISHINGS/15.SMALL-POLISHINGS.html">15.SMALL-POLISHINGS</a>
<div class='lectures-links'><h4>Links</h4><a href="https://pushover.net" target="_blank">PushOver</a></div> </li>
<li>
<a href="pages/slides/16.Group-practice-blog/16.Group-practice-blog.html">16.Group-practice-blog</a>
</li>
</ul>
<h2>Examples( HTML format)</h2>
<ul class="slideList">
<li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/01.html-css-introduction">01.html-css-introduction</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/01.html-css-introduction/index.html">index.html</a> <a href="http://course.mraiur.com/examples/01.html-css-introduction/index.html">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics">02.html-basics</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/1.html-basic.html">1.html-basic.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/1.html-basic.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/2.html-structure.html">2.html-structure.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/2.html-structure.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/3.common-elements.html">3.common-elements.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/3.common-elements.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/4.html-tables.html">4.html-tables.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/4.html-tables.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/5.page-structure-divs.html">5.page-structure-divs.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/5.page-structure-divs.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/02.html-basics/6.page-structure-html5.html">6.page-structure-html5.html</a> <a href="http://course.mraiur.com/examples/02.html-basics/6.page-structure-html5.html">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics">03.css-basics</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/1.css-with-attribute.html">1.css-with-attribute.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/1.css-with-attribute.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/2.inline-css.html">2.inline-css.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/2.inline-css.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/3.css-external-file.html">3.css-external-file.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/3.css-external-file.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/4.css-simple-selectors.html">4.css-simple-selectors.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/4.css-simple-selectors.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/5.css-selectors.html">5.css-selectors.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/5.css-selectors.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/6.color-values.html">6.color-values.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/6.color-values.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/7.box-model.html">7.box-model.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/7.box-model.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/8.css-sizes-documentation.html">8.css-sizes-documentation.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/8.css-sizes-documentation.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/9. text-properties.html">9. text-properties.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/9. text-properties.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/10.html-background.html">10.html-background.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/10.html-background.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/11.opacity.html">11.opacity.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/11.opacity.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/12.width.html">12.width.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/12.width.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/13.height.html">13.height.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/13.height.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/14.overflow.html">14.overflow.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/14.overflow.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/15.display.html">15.display.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/15.display.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/16.display-table.html">16.display-table.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/16.display-table.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/17.visibility.html">17.visibility.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/17.visibility.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/18.css-positioning.html">18.css-positioning.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/18.css-positioning.html">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/03.css-basics/19.css-floating.html">19.css-floating.html</a> <a href="http://course.mraiur.com/examples/03.css-basics/19.css-floating.html">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics">04.php-basics</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/01.hello-word.php">01.hello-word.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/01.hello-word.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/02.php-embaded-in-html.php">02.php-embaded-in-html.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/02.php-embaded-in-html.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/03.html-generated-by-php.php">03.html-generated-by-php.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/03.html-generated-by-php.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/04.php-comments.php">04.php-comments.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/04.php-comments.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/05.php-simple-variables.php">05.php-simple-variables.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/05.php-simple-variables.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/06.php-variables-types.php">06.php-variables-types.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/06.php-variables-types.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/07.php-concatenation.php">07.php-concatenation.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/07.php-concatenation.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/08.simple-if-else.php">08.simple-if-else.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/08.simple-if-else.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/09.condition-operators.php">09.condition-operators.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/09.condition-operators.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/10.php-logical-operators.php">10.php-logical-operators.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/10.php-logical-operators.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/11.php-logical-operators-priority.php">11.php-logical-operators-priority.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/11.php-logical-operators-priority.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/12.if-else-if-simple.php">12.if-else-if-simple.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/12.if-else-if-simple.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/13.if-else-if.php">13.if-else-if.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/13.if-else-if.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/14.switch-construction.php">14.switch-construction.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/14.switch-construction.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/15.random.php">15.random.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/15.random.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/16.arithmetic-operators.php">16.arithmetic-operators.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/16.arithmetic-operators.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/17.modular-operator.php">17.modular-operator.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/17.modular-operator.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/04.php-basics/18.pre-post-ops.php">18.pre-post-ops.php</a> <a href="http://course.mraiur.com/examples/04.php-basics/18.pre-post-ops.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1">05.debug-1</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1/01.echo.php">01.echo.php</a> <a href="http://course.mraiur.com/examples/05.debug-1/01.echo.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1/02.print.php">02.print.php</a> <a href="http://course.mraiur.com/examples/05.debug-1/02.print.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1/03.print_r.php">03.print_r.php</a> <a href="http://course.mraiur.com/examples/05.debug-1/03.print_r.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1/04.var_dump.php">04.var_dump.php</a> <a href="http://course.mraiur.com/examples/05.debug-1/04.var_dump.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.debug-1/05.var_export.php">05.var_export.php</a> <a href="http://course.mraiur.com/examples/05.debug-1/05.var_export.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes">05.php-loops-includes</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/01.strings.php">01.strings.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/01.strings.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/02.conditions.php">02.conditions.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/02.conditions.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/03.while-loop.php">03.while-loop.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/03.while-loop.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/04.do-while-loop.php">04.do-while-loop.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/04.do-while-loop.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/05.for-loop.php">05.for-loop.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/05.for-loop.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/06.break.php">06.break.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/06.break.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/07.continue.php">07.continue.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/07.continue.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/08.php-define.php">08.php-define.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/08.php-define.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/09.include.php">09.include.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/09.include.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/10.header.php">10.header.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/10.header.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/11.footer.php">11.footer.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/11.footer.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/05.php-loops-includes/12.example.php">12.example.php</a> <a href="http://course.mraiur.com/examples/05.php-loops-includes/12.example.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays">06.php-arrays</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/01.simple-array.php">01.simple-array.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/01.simple-array.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/02.initialization.php">02.initialization.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/02.initialization.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/03.print-array.php">03.print-array.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/03.print-array.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/04.add-remove-elements.php">04.add-remove-elements.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/04.add-remove-elements.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/05.array-iteration-for.php">05.array-iteration-for.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/05.array-iteration-for.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/06.associative-arrays.php">06.associative-arrays.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/06.associative-arrays.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/07.foreach.php">07.foreach.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/07.foreach.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/08.bublesort.php">08.bublesort.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/08.bublesort.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/09.array-functions.php">09.array-functions.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/09.array-functions.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/06.php-arrays/10.multidemensional-arrays.php">10.multidemensional-arrays.php</a> <a href="http://course.mraiur.com/examples/06.php-arrays/10.multidemensional-arrays.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions">07.functions</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/01.simple-functions.php">01.simple-functions.php</a> <a href="http://course.mraiur.com/examples/07.functions/01.simple-functions.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/02.params.php">02.params.php</a> <a href="http://course.mraiur.com/examples/07.functions/02.params.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/03.default-params.php">03.default-params.php</a> <a href="http://course.mraiur.com/examples/07.functions/03.default-params.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/04.return.php">04.return.php</a> <a href="http://course.mraiur.com/examples/07.functions/04.return.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/05.reference.php">05.reference.php</a> <a href="http://course.mraiur.com/examples/07.functions/05.reference.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/06.variating-params.php">06.variating-params.php</a> <a href="http://course.mraiur.com/examples/07.functions/06.variating-params.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/07.scope.php">07.scope.php</a> <a href="http://course.mraiur.com/examples/07.functions/07.scope.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/07.functions/08.static-variables.php">08.static-variables.php</a> <a href="http://course.mraiur.com/examples/07.functions/08.static-variables.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms">08.working-with-forms</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/01.html-forms.php">01.html-forms.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/01.html-forms.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/02.print-form-values.php">02.print-form-values.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/02.print-form-values.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/02.submitting-forms.php">02.submitting-forms.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/02.submitting-forms.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/03.post-request.php">03.post-request.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/03.post-request.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/04.get-request.php">04.get-request.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/04.get-request.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/05.php-validation.php">05.php-validation.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/05.php-validation.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/06.php-bad-input.php">06.php-bad-input.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/06.php-bad-input.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/08.working-with-forms/07.php-select-element.php">07.php-select-element.php</a> <a href="http://course.mraiur.com/examples/08.working-with-forms/07.php-select-element.php">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql">09.introduction-to-mysql</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/01.world_database.sql">01.world_database.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/01.world_database.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/02.create-table.sql">02.create-table.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/02.create-table.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/03.alter-table.sql">03.alter-table.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/03.alter-table.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/04.insert-data.sql">04.insert-data.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/04.insert-data.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/05.update-column.sql">05.update-column.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/05.update-column.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/06.select-simple.sql">06.select-simple.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/06.select-simple.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/07.select-where.sql">07.select-where.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/07.select-where.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/08.select-like.sql">08.select-like.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/08.select-like.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/09.introduction-to-mysql/09.order-by.sql">09.order-by.sql</a> <a href="http://course.mraiur.com/examples/09.introduction-to-mysql/09.order-by.sql">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql">10.advanced-mysql</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/01.one-to-one.sql">01.one-to-one.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/01.one-to-one.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/02.one-to-many.sql">02.one-to-many.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/02.one-to-many.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/03.many-to-many.sql">03.many-to-many.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/03.many-to-many.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/04.aliases.sql">04.aliases.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/04.aliases.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/05.union-simple.sql">05.union-simple.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/05.union-simple.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/06.union-multiple-tables.sql">06.union-multiple-tables.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/06.union-multiple-tables.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/07.kindergarder-export.sql">07.kindergarder-export.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/07.kindergarder-export.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/08.join-simple.sql">08.join-simple.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/08.join-simple.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/09.left-join.sql">09.left-join.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/09.left-join.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/10.right-join.sql">10.right-join.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/10.right-join.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/11.multiple-join.sql">11.multiple-join.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/11.multiple-join.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/12.count.sql">12.count.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/12.count.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/13.average.sql">13.average.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/13.average.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/14.sum.sql">14.sum.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/14.sum.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/10.advanced-mysql/15.min-max.sql">15.min-max.sql</a> <a href="http://course.mraiur.com/examples/10.advanced-mysql/15.min-max.sql">( <b>view</b> )</a> </li><li><a href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql">11.php-and-mysql</a> </li> <li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/01.php-insert-data.php">01.php-insert-data.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/01.php-insert-data.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/02.php-select-data.php">02.php-select-data.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/02.php-select-data.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/03.php-work-with-data.php">03.php-work-with-data.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/03.php-work-with-data.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/04.php-update.php">04.php-update.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/04.php-update.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/05.php-delete.php">05.php-delete.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/05.php-delete.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/06.users-table.sql">06.users-table.sql</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/06.users-table.sql">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/07.user-registration.php">07.user-registration.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/07.user-registration.php">( <b>view</b> )</a> </li><li><a style="padding-left:50px" href="https://github.com/Academy-Soft-Intellect/PHP-MySQL-Course/tree/master/examples/11.php-and-mysql/08.login.php">08.login.php</a> <a href="http://course.mraiur.com/examples/11.php-and-mysql/08.login.php">( <b>view</b> )</a> </li> </ul>
</section>
<footer>
<p>This project is maintained by <br /><a href="https://github.com/Academy-Soft-Intellect">Academy-Soft-Intellect</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>