Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.www.php > #22023

T_ENCAPSED_AND_WHITESPACE

From Greg <greg@alicie.com>
Newsgroups it.comp.www.php
Subject T_ENCAPSED_AND_WHITESPACE
Date 2018-05-03 14:38 +0200
Organization solani.org
Message-ID <pcevri$aql$1@solani.org> (permalink)

Show all headers | View raw


Come mai sulla seconda fwrite mi da errore?

$file_a = fopen($file, "a");
 fwrite($file_a, "$day $time $bbb $BG $pagina \r\n");
 fclose($file_a);

 $fint = fopen($files_b, "a");
 fwrite($fint, "$day $time $_SERVER['HTTP_USER_AGENT'] $pagina \r\n");
 fclose($fint);
-----------

syntax error, unexpected '' (T_ENCAPSED_AND_WHITESPACE), expecting identifier (T_STRING) or variable (T_VARIABLE) or 
number (T_NUM_STRING)

-- 
Greg

Back to it.comp.www.php | Previous | NextNext in thread | Find similar | Unroll thread


Thread

T_ENCAPSED_AND_WHITESPACE Greg <greg@alicie.com> - 2018-05-03 14:38 +0200
  Re: T_ENCAPSED_AND_WHITESPACE fmigliori <fmigliori@gmail.com> - 2018-05-03 08:14 -0700
  Re: T_ENCAPSED_AND_WHITESPACE Alessandro Pellizzari <shuriken@amiran.it> - 2018-05-03 17:35 +0100
    Re: T_ENCAPSED_AND_WHITESPACE Greg <greg@alicie.com> - 2018-05-04 18:47 +0200

csiph-web