NPC Fighter
19.10.2006, 13:02
Falls du php5 hast
<?php
$file = "datei.endung";
file_put_contents($file, "");
?>
oder
<?php
$file = "datei.endung";
$content = "Toller neuer Inhalt der Datei. :A";
file_put_contents($file, $content);
?>
Falls du php4.x hast, musst dus halt auf die alte Art und Weise per fopen(), fwrite(), fclose() machen, oder du bastelst dir eine Funktion dazu. ;)
NPC Fighter
19.10.2006, 13:28
... Indem du den Button oder das Bild zu der PHP Datei linkst?
Powered by vBulletin® Version 4.2.3 Copyright ©2025 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.