Just a quick question but I’m going to write a browsergame and was wondering if it could be developed using just HTML, CCS3 and Javascript (jQuery)? Could it handle database queries or am I better to use php for the data side along with My SQL?
Yes…in PHP u can use Sessions or Database… use Ajax function to store into the session using JSON and serialization …You can serialize all the data and store the same into the session and maybe finally save into the database.
JavaScript can handle database queries if you have it running on the server (such as node.js). Not many shared hosts offer that though so you’d probably need a VPS or dedicated server if you want to go that way.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.