[users@httpd] Re: Empty username causes internal server error
>
> Hi,
>
> Could you try with ' around the %s?
> SELECT password FROM member WHERE CONVERT(VARCHAR(10),
> member_Index) = '%s'
> This way, if the username is empty, the request will still be valid.
>
Hi,
Could you try with ' around the %s?
SELECT password FROM member WHERE CONVERT(VARCHAR(10),
member_Index) = '%s'
This way, if the username is empty, the request will still be valid.
CJ
Le 27/09/2014 22:23, Radek Pospíšil a écrit :
Hello,
I am using user authentication with the follow