Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.www.php > #22025
| From | Alessandro Pellizzari <shuriken@amiran.it> |
|---|---|
| Newsgroups | it.comp.www.php |
| Subject | Re: T_ENCAPSED_AND_WHITESPACE |
| Date | 2018-05-03 17:35 +0100 |
| Message-ID | <fl0s1kFhlg1U1@mid.individual.net> (permalink) |
| References | <pcevri$aql$1@solani.org> |
On 03/05/2018 13:38, Greg wrote: > fwrite($fint, "$day $time $_SERVER['HTTP_USER_AGENT'] $pagina \r\n"); Non contare mai sull'espansione implicita delle stringhe. Usa sempre viroglette singole. Quando devi concatenare più di 2-3 variabili, usa sprintf() Bye.
Back to it.comp.www.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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