Recent content by Blopo Blop

  1. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  2. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  3. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  4. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  5. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  6. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
  7. B

    PHP: How to MD5 encrypt before sending form using GET method?

    Okay so this is the code==> <form name="form1" method="get" action="' . $root . '/password.php?id=' . $id . '"> <table width="100%" border="0"> <tr> <td>Password</td> <td><input name="password" type="text" id="password" size="50"></td> </tr> <tr> <td colspan="2"><input type="submit"...
Back
Top