|
|
|
|
|
by dartos
788 days ago
|
|
Security in php is a headache. Many crud apps which separate the frontend and backend have form validation and sanitization on the frontend and backend (partly by virtue of converting raw input into escaped json strings), but IIRC isn’t as straightforward in php. |
|