Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
전몰성not applicable
Никогда не восходитnot applicable
Ultimo aggiornamento 2011-10-23
Frequenza di utilizzo: 1
Qualità:
there are three major solutions to this issue. the first is to scrutinize all functions, and attempt to compensate for the bulk of the errors. the second is to disable error reporting entirely on the running code. the third is to use php's custom error handling functions to create your own error handler. depending on your security policy, you may find all three to be applicable to your situation.
?php if ($username) {/ / не инициализирована и не проверяется перед использованием $good_login = 1;} if ($good_login == 1) {/ / если предыдущий тест не прошел, значит $username не инициализирована fpassthru (" / highly / sensitive / data / index.html");}?
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
Attenzione: contiene formattazione HTML nascosta