This is a discussion on "md5 password error" within the PHP Forum section. This forum, and the thread "md5 password error are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
md5 password error
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
md5 password error
hello
can you help solve this error below and md5 thanks
this is the error: Fatal error: Call to undefined function 6a204bd89f3c8348afd5c77c717a097a() in F:\server\htdocs\pword3char.php on line 21 |
|
|
|
|||
|
Re: md5 password error
Quote:
What are you trying to do there? ... I might be missing something here, but that doesnt look right to me. you set $md5pass to $_POST['pword'] and then you try to use $md5pass(); ...... Are you trying to make the session == to the md5 hash of the password? if so, all you need is:
|
![]() |
| Tags |
| md5 password |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Forgot password and Change password PHP script | Chono | PHP Forum | 4 | May 16th, 2008 09:13 |
| Keep getting error message Microsoft VBScript runtime error '800a01a8' | cpando1974 | Classic ASP | 2 | Aug 7th, 2007 12:00 |
| Error 500 - Internal server error | JasonStanley | PHP Forum | 3 | Apr 23rd, 2007 17:56 |
| PHP Forgot password script error | eddie | PHP Forum | 4 | Mar 4th, 2007 15:43 |