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.
и сега в урл изглежда така<?php
$case = $_GET['case'];
switch($case){
case register:
Кода за регистър.пхп или (include('register.php');)
break;
case data:
Кода за дата.пхп или (include('data.php');)
break;
}
?>