[PHP-DEV] User Input Callback as a new security feature

2010-04-08 Thread daniel zulla
Hi, Take a look at the code example [1]. Why not giving programmers the possibility to init their scripts with a call, that tells exactly what data should be taken - like GET userid INT and GET password MIXED, or just POST domainid INT, or something like that. If there's data transmitted, the

Re: [PHP-DEV] User Input Callback as a new security feature

2010-04-08 Thread Lukas Kahwe Smith
On 08.04.2010, at 12:48, daniel zulla wrote: Hi, Take a look at the code example [1]. Why not giving programmers the possibility to init their scripts with a call, that tells exactly what data should be taken - like GET userid INT and GET password MIXED, or just POST domainid INT, or