DISQUS

Building Browsergames: Building Browsergames: Putting it all together (PHP)

  • Rich · 1 year ago
    Very nicely laid out and easy to follow. Thanks! Just ran across this site and am looking forward to following it as you move on to new topics.
  • Luke · 1 year ago
    Hi Rich,

    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.
  • bam! and the dirt is gone · 1 year ago
    what about all us country folk that dont have, use smartY!!! lol thanks
    ps dont reply to the invalid email
  • Luke · 1 year ago
    If you're not using Smarty, I would highly recommend that you look into it,
    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.
  • bam! and the dirt is gone · 1 year ago
    i just cant get it to work i use free web hosting
  • Luke · 1 year ago
    I would recommend that you try contacting your web host's support team, and
    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).
  • MrLollige · 7 months ago
    What does
    $_SESSION = array();
    do? Does it empty the session array?
  • a`a · 6 months ago
    no it puts ur session into an array