erspace in the very near future. Think iLuminate tech hoodies and branded tee shirts, toys and accessories all with our unique flare. Lt;/p gt;
lt; p gt; To stay in the loop, be sure to join our mailing list to get the jump on anything new! And, of course, to hear all about our world travels, our awesome dance sequences, and our appearances on your tv. Lt;/p gt;
lt; div id= footer-cleaner gt;
lt;/div gt;
lt;/section gt;
lt;/div gt;
lt; footer gt;
lt; div gt;
lt;/footer gt;
lt;/body gt;
lt;/html gt;
Далі буде тільки той код, яким відрізняються файли між собою.
Файл about.html
//зображення які так само є посиланнями
lt; section gt;
lt; a href= galery.php gt;
lt; img src= galery/1.jpg width= 270 height= 270 title= galery border= 0 style= margin: 10px; padding: 10px; float: left; gt;
lt;/a gt;
lt; a href= crew.php gt;
lt; img src= galery/9.jpg width= 270 height= 270 title= crew border= 0 style= margin: 10px; padding: 10px; float: left; gt;
lt;/a gt;
lt; a href= history.html gt;
lt; img src= galery/11.jpg width= 270 height= 270 title= history border= 0 style= margin: 10px; padding: 10px; float: left; gt;
lt;/a gt;
lt; div id= footer-cleaner gt;
lt;/div gt;
lt;/section gt;
Файл crew.php
//підключення до БД і до таблиці performers з подальшим виведенням на екран танцюристів
lt;? php
$ servername= localhost raquo ;;
$ username= root raquo ;;
$ password= raquo ;;
$ dbname= performers raquo ;;
//Create connection
$ conn=new mysqli ($ servername, $ username, $ password, $ dbname);
//Check connection ($ conn- gt; connect_error) {( Connection failed: . $ conn- gt; connect_error);
}
$ sql= SELECT id, picture, name, information FROM performers raquo ;;
$ result=$ conn- gt; query ($ sql); ($ result- gt; num_rows gt; 0) { lt; table gt; raquo ;;
//output data of each row ($ row=$ result- gt; fetch_assoc ()) {laquo;lt;trgt;lt;tdgt;raquo;.$row[laquo;pictureraquo;].laquo;lt;/tdgt;lt;tdgt;raquo;.$row[laquo;nameraquo;].laquo;lt;/tdgt;lt;tdgt;raquo;.$row[laquo;informationraquo;].laquo;lt;/tdgt;lt;/trgt;raquo;;
} lt;/table gt; raquo ;;
} else { 0 results raquo ;;
}
$ conn- gt; close ();
? gt;
Файл galery.php
lt;? php
$ servername= localhost raquo ;;
$ username= root raquo ;;
$ password= raquo ;;
$ dbname= performers raquo ;;
//Create connection
$ conn=new mysqli ($ servername, $ username, $ password, $ dbname);
//Check connection ($ conn- gt; connect_error) {( Connection failed: . $ conn- gt; connect_error);
}
$ sql= SELECT id, img FROM galery raquo ;;
$ result=$ conn- gt; query ($ sql); ($ result- gt; num_rows gt; 0) {
//output data of each row ($ row=$ result- gt; fetch_assoc ()) {$ row [ img ];
}
} else { 0 results raquo ;;
}
$ conn- gt; close ();
? gt;
Файл contact.php
//форма для того щоб замовити виступ групи
lt; form method= post action= order.php gt;
lt; p gt;: lt; br gt;
lt; input type= text name= name gt;
lt;/p gt;
lt; p gt;: lt; br gt;
lt; input type= text name= email gt;
lt;/p gt;
lt; p gt;: lt; br gt;
...