Aplicativos em PHP/Apêndices/Segurança: diferenças entre revisões

[edição não verificada][edição não verificada]
Conteúdo apagado Conteúdo adicionado
Ribafs (discussão | contribs)
Sem resumo de edição
Ribafs (discussão | contribs)
Sem resumo de edição
Linha 635:
//If $_POST["foo"] or $_POST["bar"] are a string of this kind: "'' OR 1=1" and we don't use ToDBString we will show all the info of the table!!!!
 
 
Veja mais este bom tutorial:
 
[http://www.phpmagazine.org/pt/2003/01/14/writing-secure-php-code/print/ Escrevendo o código seguro de PHP]
 
e mais este:
 
[http://www.ilovejackdaniels.com/php/writing-secure-php/ Writing Secure PHP]
 
'''Referências:'''