mahmood ali ha scritto:
> In Line 13 :_
>
> include "$chemin/includes/connexion.php" ;
Please, read source code better!
At line 11 the variable $chemin is setted as "."
Line 11:
$chemin = "." ;
Hower a security issue could be found at line 26 and line 32 where a sql
injection is possible due to uncheked $id variable
> In Line 13 :_
>
> include "$chemin/includes/connexion.php" ;
Please, read source code better!
At line 11 the variable $chemin is setted as "."
Line 11:
$chemin = "." ;
Hower a security issue could be found at line 26 and line 32 where a sql
injection is possible due to uncheked $id variable
Regards
[ reply ]