And more things, ascaesar wrote:Since he has if-else there no need for die actually.
- $_GET is deprecated, using of filter_input(INPUT_GET, 'user') is better,
- $user is setted, but the if uses $_GET and not $user,
- if bier_$user.txt doesn't exists, error appear,
- ...