Ben aşağıdaki sorunu, benim işlevi bir string $ dizeye kodunu ekler var ($ string. = Bla), ancak başında dize boş, bu yüzden bu hata mesajı alıyorum
A PHP Error was encountered
Severity: Notice
Message: Undefined variable: $string
Filename: libraries/file.php
Line Number: 90
Of course if I define the string in advance, like $string = NULL, the error would not occur, but but I though maybe there is a way to append to a string without the need to define the variable in advance / having an !empty check.
Ben ince bir kod arıyorum, sadece bir tek satır bir şey olmalıdır.
Teşekkürler.