This is a discussion on "Urgent Help Needed!" within the Databases section. This forum, and the thread "Urgent Help Needed! are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Urgent Help Needed!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Urgent Help Needed!
Hi fellows!
I really need some help badly. I have a page where user login to update their profile and also if they forgot their password, they input their password and it send the user a random password and also change that to the database. Everything was working fine until now, all of a sudden user can not login anymore and user can not get the new password if they click on forgot password. In both cases I found that for some reason whatever user type for login - userid and for forgot password email , it can not read that so it message out wrong userid and password / or email address it is not correct though all of them are correct. If anyone have any idea what might be the problem would really appreciate it. Just to let you know user can sign up no problem. |
|
|
|
#2
|
|||
|
|||
|
Re: Urgent Help Needed!
is there any error message or something, or can u post the link that gives u error ?
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
#3
|
|||
|
|||
|
Re: Urgent Help Needed!
Well, it does not pass the following code no mater what it is....
|
|
#4
|
|||
|
|||
|
Re: Urgent Help Needed!
try this code :
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
#5
|
|||
|
|||
|
Re: Urgent Help Needed!
I don't know if this will help you but I have a function to check email address
|
|
#6
|
|||
|
|||
|
Re: Urgent Help Needed!
I tried marsoul solutions I still got the message " Enter the proper email address" and I tried AdRock Solution and I still get the message "Your email address is not correct". I wonder if anything got change in the mysql server so that $email=mysql_real_escape_string($email); can not run anymore?
or do you think the part got hacked some how. Just to remind you that everything was running fine just day ago. |
|
#7
|
|||
|
|||
|
Re: Urgent Help Needed!
it seems the problem is before checking the email address, how do u pass the email to the code ?
__________________
Last Blog Entry: Throughout IRAN (Dec 10th, 2007)
|
|
#8
|
|||
|
|||
|
Re: Urgent Help Needed!
Here is my forgot password form page and 2nd one is the process page
|
|
#9
|
|||
|
|||
|
Re: Urgent Help Needed!
In you html page you need this
[html]<form action='forgot-passwordck.php' method='post'>[/HTML in the php file try replacing
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Urgent Help Needed! | dhossai | Databases | 6 | Oct 28th, 2007 02:30 |
| Very urgent help needed | gotmad | PHP Forum | 2 | Sep 19th, 2007 14:45 |
| Urgent help needed!! | brianjohndub | Web Page Design | 5 | Jul 13th, 2006 00:28 |
| Urgent Help Needed! | Stormraven | PHP Forum | 4 | Feb 18th, 2006 21:46 |