DeathStar Posted December 16, 2006 Share Posted December 16, 2006 [color=red]I wrote most of the code for anresend password script but can someon pls tell me were to get one or finish this one??[/color][code]<?php require_once ('./includes/config.inc.php');$page_title = 'Forget Your Password';include ('header.php');if (isset($_POST['submitted'])) { // Handle the form. require_once ('mysql.php'); // Connect to the Database. if (empty($POST['email'])) { // Validate the email address. $uid = FALSE; echo '<p><font color="red" size="+1">You forget to enter your email address!</font></p>'; } else { // Check existence of that email address. $query = "SELECT $userid FROM users WHERE email='". escape_data($_POST['email']) . "'"; $result = mysql_query[/code] Link to comment https://forums.phpfreaks.com/topic/30907-resend-password/ Share on other sites More sharing options...
zq29 Posted December 17, 2006 Share Posted December 17, 2006 I think Google has loads of these scripts. Go bother them; we're not here to write scripts for you. Link to comment https://forums.phpfreaks.com/topic/30907-resend-password/#findComment-142871 Share on other sites More sharing options...
DeathStar Posted December 17, 2006 Author Share Posted December 17, 2006 Somuch for that..have tried Link to comment https://forums.phpfreaks.com/topic/30907-resend-password/#findComment-142954 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.