Dave M G wrote:
PHP List,
I have a few scripts that have been around for a while. In one, is a
simple login function:
$query = "SELECT * FROM forum_members WHERE memberName = '" . $username
. "' AND passwd = MD5('" . $password . "')";
$result = mysql_query($query);
This was working fine,
PHP List,
I have a few scripts that have been around for a while. In one, is a
simple login function:
$query = "SELECT * FROM forum_members WHERE memberName = '" . $username
. "' AND passwd = MD5('" . $password . "')";
$result = mysql_query($query);
This was working fine, but recently I hav
2 matches
Mail list logo