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.
http://web-tourist.net/login/login/view.php?st=895w1ck3d каза:да наистина и на мен ще ми е от полза.. моля кажете как![]()
dj_e каза:Това с разместването на линковете добре, но аз имах предвид как да се добавят нови страници и да се добавя линк към тях в менюто
<form method="post" action="sazdavane.php">
<input type="text" name="filename" value="ime na fail.format"> <br>
<textarea name="theText" cols="35" rows="15">koda na faila</textarea> <br>
<input type="submit" value="napravi">
</form>
<?
$filename = $_POST["filename"];
$theText = $_POST["theText"];
$theText = stripslashes($theText);
$data = fopen($filename, "a");
fwrite($data,$theText);
fclose($data);
echo "Faila e sazdaden -> <a href='$filename'>vij faila</a>";
?>