Community Page
- buildingbrowsergames.com Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- I get errors like this: "Notice: Use of undefined constant attacker - assumed 'attacker' in /Users/Niels/Sites/bg/smarty/bg/forest.php on line 53" Caused by the arrays:...
- I read this tutorial and it help me get in the mindset I needed to be in to start my first big project. Nice job on the tut and I look forward to reading more from you. If you want to check out my...
- You're missing the string formatting that puts arguments into your SQL statement - add that, and you should be good to go.
- "SELECT value FROM user_stats WHERE stat_id = (SELECT id FROM stats WHERE display_name = <foo> OR short_name = <foo>) AND user_id = <bar>" i have inserted this into sql...
- The source is definitely all still there - take a look at http://code.google.com/p/building-browsergames-tutorial/, and click on the 'Source' tab.
Jump to original thread »
So, we’ve built a simple registration page, and a simple login page. Now it’s time to tie it all together, so that we can use the things we’ve been working on in our game.
First off, we’re not going to require users to validate their e-mail a ... Continue reading »
First off, we’re not going to require users to validate their e-mail a ... Continue reading »
1 year ago
1 year ago
I'm glad you like it! My goal has always been to try and keep these posts as easy to follow as possible, and I'm glad you feel that way about this one.
8 months ago
ps dont reply to the invalid email
8 months ago
and fast - I don't think I've worked on a single PHP project that hasn't
become large and unwieldy without some sort of template engine to keep the
code and display logic separated.
8 months ago
8 months ago
checking to see if they can install Smarty for you. If they can't, you can
download the entire Smarty library and put it on the server yourself - you
would then just need to change the paths in your code to refer to the local
copy of Smarty(because the installed version wouldn't exist).
3 months ago
$_SESSION = array();
do? Does it empty the session array?
2 months ago