Folge dem Video um zu sehen, wie unsere Website als Web-App auf dem Startbildschirm installiert werden kann.
Anmerkung: Diese Funktion ist in einigen Browsern möglicherweise nicht verfügbar.
PHP:<? $inhalt = "test"; $datei = $_POST['data']; $fp = fopen($datei, "w"); fwrite($fp, $inhalt); fclose($fp); ?>
ich möchte das er die datwi nicht in ordner A/A schreibt wo sie diese dateil liegt in der das script ist sonder nur in ordner A. Wie mach ich das
$datei = "../".$_POST['data'];
<!DOCTYPE php PUBLIC "-//W3C//DTD Xphp 1.0 Transitional//EN" "http://www.w3.org/TR/xphp1/DTD/xphp1-transitional.dtd">
<php xmlns="http://www.w3.org/1999/xphp">
<head>
<meta http-equiv="Content-Type" content="text/php; charset=utf-8" />
<title>Videobase</title>
</head>
<body alink="#FFCC00" vlink="#FFCC00" link="#FFCC00" text="#FFFFFF" bgcolor="#000000">
<table width="960" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="img/header.png" /></td>
</tr>
<tr>
<td><table width="960" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top" width="200"><div align="center">
<a href="showall.php">
<img src="img/showall.png" border="0" />
</a><br />
<img src="img/nur.png" />
<br /><a href="abenteuer.php">
<img src="img/abenteuer.png" border="0">
</a><br /><a href="action.php">
<img src="img/action.png" border="0" />
</a><br /><a href="comedy.php">
<img src="img/comedy.png" border="0" />
</a><br /><a href="erotik.php">
<img src="img/erotik.png" border="0" />
</a><br /><a href="fantasy.php">
<img src="img/fantasy.png" border="0" />
</a><br /><a href="horror.php">
<img src="img/horror.png" border="0" />
</a><br /><a href="komoedie.php">
<img src="img/komoedie.png" border="0" />
</a><br /><a href="kriegsfilm.php">
<img src="img/kriegsfilm.png" border="0" />
</a><br /><a href="romantik.php">
<img src="img/romantik.png" border="0" />
</a><br />
<img src="img/anzeigen.png" border="0" />
<br /><a href="abenteuer/admin/admin.php">
<img src="img/admin.png" border="0" />
</a></div></td>
<td width="1" bordercolor="#000000" bgcolor="#FFFFFF"> </td>
<td width="10"></td>
<td valign="top">?:?:?:?:?:?:?:?:?:?</td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</php>
<table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="600" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200"><img width="200" src="cover/cover.jpg"/></td>
<td width="400">
Titel: $_POST['titel']</td>
</tr>
</table>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<?
$inhalt =
$datei = "../".$_POST['titel'].".php";
$fp = fopen($datei, "w");
fwrite($fp, $inhalt);
fclose($fp);
?>