Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

If I make a game using HTML5, CSS3 and JavaScript with Phonegap, can I make SQL databases and use PHP? Also, how do I get game center included with my app?

share|improve this question

closed as not a real question by jprofitt, mario, Samuel Liew, mu is too short, Brock Adams Dec 5 '11 at 6:29

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

1 Answer

If I make a game using HTML5, CSS3 and JavaScript with Phonegap, can I make SQL databases and use PHP?

I don't see why not. PHP and SQL are server-side, which you can use to handle the requests from the client.

And how do I get game center included with my app?

You can't. Game center is only available for integration with Apple Apps, not browser-based games/apps.

share|improve this answer
You can use game center using phonegap and a plugin – Hans Wassink Mar 18 '12 at 7:46

Not the answer you're looking for? Browse other questions tagged or ask your own question.