-
Website
http://buildingbrowsergames.com -
Original page
http://buildingbrowsergames.com/2008/05/30/building-browsergames-putting-it-all-together-php/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
gabrielbianconi
1 comment · 1 points
-
Luke
82 comments · 1 points
-
spatlabor
1 comment · 1 points
-
HughCompton
2 comments · 1 points
-
obat jerawat
1 comment · 1 points
-
-
Popular Threads
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.
ps dont reply to the invalid email
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.
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).
$_SESSION = array();
do? Does it empty the session array?