Search found 6 matches
- Tue Apr 10, 2012 8:59 pm
- Forum: Beginner Help and Support
- Topic: PHP/Mysql browser based game
- Replies: -1
- Views: 2765
Re: PHP/Mysql browser based game
Don't store important things in sessions. They can sometimes mess around, especially if the client deletes their cookies or whatnot. OOP I guess is the standard nowadays. You might want to check out an MVC framework if you are going down the OOP route. Ok I see, so the best thing to do is to do que...
- Tue Apr 10, 2012 7:31 pm
- Forum: Beginner Help and Support
- Topic: PHP/Mysql browser based game
- Replies: -1
- Views: 2765
PHP/Mysql browser based game
Hey guys I'm working on my own little project, just created login / registration page! For now my intent is to build a crimes page, steal page.. basic mafia page stuff to be honest. Before I tackle these pages I have a few questions: I noticed in Hall's tutorials that he doesn't use PDO or OOP. I kn...
Re: Hey guys!
Welcome to the forums :) And don't worry about how many times a game type has been made before. What if there was only 1 Tolkein-esque fantasy MMO? What if there was only one FPS game set during a realistic war? The important thing is making gameplay and mechanic advancements and alterations on the...
- Tue Apr 10, 2012 9:33 am
- Forum: General Development
- Topic: PHP registration/login security
- Replies: -1
- Views: 3644
Re: PHP registration/login security
Thanks guys, makes sense 
Hey guys!
Hey everyone! I've been reading this forum for quite a few days now and checked about 10 video's of Hall's tutorial; these are great! I'm still rather new to php/mysql so it's not all that easy, but I'm getting the hang of it. Today I've written my own registration page and a login page. I used a ha...
- Mon Apr 09, 2012 8:59 pm
- Forum: General Development
- Topic: PHP registration/login security
- Replies: -1
- Views: 3644
Re: PHP registration/login security
Hello Chris, I was wondering why you would want to have seperate tables please? Thank you