Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
tool für dslan - php
#9
okay, ich versuchs mal ...
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in E:\Programme\LAN\dslan_v1.2\htdocs\admin\index.php on line 19

$datei = fopen("\include\configs\".$_GET['file'].","r");
while(!feof($datei))
{
$cfg_text .= fgets($datei);
}
fclose($datei);

wie gesagt, auslesen geht mit

fopen("../include/configs/buidlings.php","r");

fehlerfrei!

aber das schreiben nicht! Sad
Reply


Messages In This Thread
tool für dslan - php - by b.ghost.l - 04.01.2009, 17:58
RE: tool für dslan - php - by agent47 - 04.01.2009, 18:22
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 18:35
RE: tool für dslan - php - by agent47 - 04.01.2009, 18:39
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 18:47
RE: tool für dslan - php - by diablo8873 - 04.01.2009, 18:50
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 19:08
RE: tool für dslan - php - by Milu2K - 04.01.2009, 19:18
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 19:21
RE: tool für dslan - php - by Milu2K - 04.01.2009, 19:42
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 19:46
RE: tool für dslan - php - by agent47 - 04.01.2009, 19:48
RE: tool für dslan - php - by b.ghost.l - 04.01.2009, 20:03



Users browsing this thread: 2 Guest(s)