Search found 5 matches
- Sun Sep 29, 2013 5:36 am
- Forum: Beginner Help and Support
- Topic: Log-in authenticate issues.[Solved]
- Replies: -1
- Views: 1106
Re: Log-in authenticate issues.
Please ignore and set as solved. I fixed the issue. It was a small dumb error in spelling.
- Sun Sep 29, 2013 5:28 am
- Forum: Beginner Help and Support
- Topic: Log-in authenticate issues.[Solved]
- Replies: -1
- Views: 1106
Log-in authenticate issues.[Solved]
So i have setup everything and so far I have everything working. There is only one big issue, the password inserted into the database in md5 encrypted but when trying to log-in the password becomes the md5 encryption. The password you choose will not log you in , only the md5 version of your passwor...
- Sun Sep 29, 2013 12:20 am
- Forum: Beginner Help and Support
- Topic: Coding issue request for Gene Howell[Solved]
- Replies: -1
- Views: 1138
Re: Coding issue request for Gene Howell
Yes thank you i did forget to amend the 3 to the end. Thanks again.
- Sat Sep 28, 2013 9:55 pm
- Forum: Beginner Help and Support
- Topic: Coding issue request for Gene Howell[Solved]
- Replies: -1
- Views: 1138
Re: Coding issue request for Gene Howell
Hello, I'm sure anyone could help with this, it was just the first person i made contact with. Let me clear up by saying the code is not throwing any errors. The issue is the condition on the user name sign up field. It is stating that condition is true when I' am sure it is false. Username is more ...
- Sat Sep 28, 2013 9:08 pm
- Forum: Beginner Help and Support
- Topic: Coding issue request for Gene Howell[Solved]
- Replies: -1
- Views: 1138
Coding issue request for Gene Howell[Solved]
Hey Gene, You requested I post the full code here, I have checked with the code to find the bracket but have come up empty handed. Here is the code <?php include 'connect.php'; ?> <?php $username=$_POST['user']; $userpass=$_POST['password']; $userpass2=$_POST['pass2']; $username=strip_tags($username...