Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Escape delle stringhe ricevute da un form per evitare problemi #252

Closed
TommasoAzz opened this issue Jan 20, 2020 · 0 comments
Closed

Escape delle stringhe ricevute da un form per evitare problemi #252

TommasoAzz opened this issue Jan 20, 2020 · 0 comments
Assignees
Labels
php Argomento: PHP

Comments

@TommasoAzz
Copy link
Collaborator

Se $stringa = "stringa che 'intende rompere tutto quanto'" oppure $stringa = "ciao " saluti".
Creando $s = "ciao sono una $stringa" possono succedere tantissime belle cose.
Ho provato e fortunatamente la nostra progettazione del sito fa sì che piuttosto che rompere tutto venga un errore (che non è male).
Però un utente deve poter inserire apici e virgolette nei campi dei form, quindi a tutti i campi inseriti da form bisognerà applicare l'escaping.

@TommasoAzz TommasoAzz added the php Argomento: PHP label Jan 20, 2020
@TommasoAzz TommasoAzz self-assigned this Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
php Argomento: PHP
Projects
None yet
Development

No branches or pull requests

1 participant