Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 If statement
Index -> Programming, PHP -> PHP Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
HaVoC




PostPosted: Tue Jan 20, 2004 12:44 pm   Post subject: If statement

I'm trying to make ti so when a person logs in they can change their info.

I have this

code:

if (md5($_Post['password'] == $password)){
HERE I HAVE A FORM TO EDIT THEIR INFO;
}else{
echo "You entered a wrong username and/or password";
Sponsor
Sponsor
Sponsor
sponsor
Amailer




PostPosted: Tue Jan 20, 2004 1:10 pm   Post subject: (No subject)

try..

code:

if (md5($_Post['password']) == $password){
HERE I HAVE A FORM TO EDIT THEIR INFO;
}else{
echo "You entered a wrong username and/or password";
}
Display posts from previous:   
   Index -> Programming, PHP -> PHP Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: