Hello,
I am trying to design my own browser game but I am not sure exactly which tools to use. So far I am familiar with html, javascript, ajax, php and MySQL.
Recently I started writing my own little code for authentication and creating initial database tables for new users but suddenly I am not sure that I am on the right track at all. Am I using the right tools?
The model looks like alot of css and javascript built into php documents. On the other hand I am using javascript forms with ajax to pass information to external PHP files. Is it better to use external .php files or should I write it in the same pages with the javascript that is using it?
Is there any way besides cookies for a user to login and keep the same session while using various pages that all contain data pulled from DB which is specific to that user?
Can anyone point me in the right direction? concepts that I will need to be using consistently? I know I must be missing alot. I don't want to keep coding when I haven't got a solid idea of what I need to write yet.