Skip to main content
added 19 characters in body
Source Link
dcaswell
  • 3.2k
  • 2
  • 28
  • 25

/*

you can match the exact string with table value*/

if(md5("string to match") == $res["hashstring"]) echo "login correct";

/* you can match the exact string with table value*/ if(md5("string to match") == $res["hashstring"]) echo "login correct"; 

/*

you can match the exact string with table value*/

if(md5("string to match") == $res["hashstring"]) echo "login correct";

/* you can match the exact string with table value*/ if(md5("string to match") == $res["hashstring"]) echo "login correct"; 
Source Link
Mahesan Rv
  • 328
  • 4
  • 5

/*

you can match the exact string with table value*/

if(md5("string to match") == $res["hashstring"]) echo "login correct";