Jump to content

Lostpassword secret code need some help!


byllan

Recommended Posts

Hey my name is Byllan i search someone who can done my script? I have start a bit but im not the best one in .php im noob.

 

That i want with the script is the script check if username and that is true if yes it show up the password under the button. If no there will be a message. Something is wrong here please check it.

http://apelsinen.com/?p=lostpassword

 

If you enter http://apelsinen.com/?p=register

I think you will understand the whole thing with my idea!

 

lostpassword.php

<b>Forgot Password</b>
<?php

?>
<html>
<body>
<br>
<tr>
<td>Your Username:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Mail:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Name:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr>
<td>Your Secret Code:</td>
<td><input type="text" name="user" value=""></td>
</tr>
<br>
<tr> 
<td colspan="2">

<tr>
<td colspan="2" align="center">
  <input type="submit" name="submit" value="Get Password"> 
</td>
</tr>

</table>
</form>
<br>
<br>
</html>
</body>

 

pSBW.jpg

Link to comment
https://forums.phpfreaks.com/topic/261688-lostpassword-secret-code-need-some-help/
Share on other sites

Usually people on this site want to see you try it yourself and then come for advice when it fails.

Writing a function for you from scratch is more than some help.

What you need is php or a mix of php and JavaScript.

 

Basically you just run a check against the user name table to see if there is a post with the name.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.