I understand. Anyways, I should have said that I was a beginner :p
Thanks for the information
Search found 8 matches
- Tue Feb 26, 2013 1:15 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
- Thu Feb 21, 2013 12:18 am
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
Hello, I only got time too see this now. Thank you for your answers. Anyways, I'm not a fan of that type either, but I copied the code that Jack gave me, exactly how it was and changed some stuff too see if I could make it work. That script was way more confuse than the ones I'm used to see. I think...
- Sun Feb 17, 2013 12:06 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
<?php // First we execute our common code to connection to the database and start the session require("common.php"); // This if statement checks to determine whether the registration form has been submitted // If it has, then the registration code is run, otherwise the form is displayed i...
- Sat Feb 16, 2013 2:33 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
Ok, so now it gives me this error Failed to run query: SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 27 It happens in the register page, I do th...
- Sat Feb 16, 2013 1:22 am
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
Just wanted to know cause the code is already something big and if I could insert 4~5 tables in 1 query would mantain is size, this way I have to add +20 lines +- :p I'll see what I can do.
- Fri Feb 15, 2013 1:47 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
Yes Jack, I will thanks. I took this from the link you gave me <?php // First we execute our common code to connection to the database and start the session require("common.php"); // This if statement checks to determine whether the registration form has been submitted // If it has, then t...
- Thu Feb 14, 2013 3:17 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Re: Best login security
Thank you, I'll try following that tutorial and see what I can do. What I have now must have some error on the script cause I make login but when I change page it appears the login form blank again. I'll follow that one and I'll let you know the results 
- Wed Feb 13, 2013 2:59 pm
- Forum: Beginner Help and Support
- Topic: Best login security
- Replies: -1
- Views: 3601
Best login security
Hello, this is my first post on this forum that I know for sometime as a great help to new programmers.
I'm doing a text based browser game and I would like to know what's the best and safe way to do a login (with cookies), I'll post anything you need.
Thank you
I'm doing a text based browser game and I would like to know what's the best and safe way to do a login (with cookies), I'll post anything you need.
Thank you