Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<html>
<a href="index.php">Начало</a>
<a href="?id=proba">FAQ</a>
<a href="?id=pro">Neshto</a>
</html>
<?php
$id = $_GET['id'];
switch ($id)
{
case "proba":
include('faq.php');
break;
case "pro":
include('faqw.php');
break;
default:
include "index.php";
}
?>
human каза:
<html>
<a href="index.php">Начало</a>
<a href="?id=proba">FAQ</a>
<a href="?id=pro">Neshto</a>
</html>
<?php
$id = $_GET['id'];
switch ($id)
{
case "proba":
include('faq.php');
break;
case "pro":
include('faqw.php');
break;
default:
include "index.php";
}
?>
<?php
$id = $_GET['id'];
switch ($id)
{
case "proba":
include('faq.php');
break;
case "pro":
include('faqw.php');
break;
default:
include "index.php";
}
?>
<a href="index.php">Начало</a>
<a href="?id=proba">FAQ</a>
<a href="?id=pro">Neshto</a>
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
<center>
<a href="index.php">Начало</a> |
<a href="?id=faq">FAQ</a> |
<a href="?id=contacts">Contacts</a>
</center><hr><br>
<?
if($_GET['id'] == faq) { include "faq.php"; exit(); }
if($_GET['id'] == contacts) { include "contacts.php"; exit(); }
else {
echo "Това е началната страница";
}
?>
Warning: include(/index.php) [function.include]: failed to open stream: No such file or directory in E:\XAMPP\xampp\htdocs\proba\include_links.php on line 12
Warning: include() [function.include]: Failed opening '/index.php' for inclusion (include_path='.;E:\XAMPP\xampp\php\pear\') in E:\XAMPP\xampp\htdocs\proba\include_links.php on line 12
<?
$id = $_GET['id'];
switch ($id)
{
case "reg":
include('./reg.php');
break;
case "log":
include('./login.php');
break;
default:
include "/index.php";
}
?>