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
$file = "asd.php";
$config = fopen($file,"a");
$data = "<?php\n
$var = \"promenliva\"\n
?>";
fwrite($config, $data);
fclose($config);
?>
<?php
$var = "promenliva";
?>
<?php
= "promenliva";
?>