

Any comment is helpful (even telling me to post on another subreddit). My app's front end is almost ready and now all that is left is the server side. a plain HTML page, then navigate from there to one of your PHP pages, the server will be running and able to execute the PHP page. You would point to the one that came with Abyss. Sorry for this wall of text, I'm new to this and I have to say, this whole server side of things has intimidated me. As you can see, I installed WAMPServer and used the PHP executable that came with it. Please point me to some good tutorials to help me achieve what I need.

#Abyss web server register php android#
I have good Java experience (that's why I picked android as the first platform to develop) but I've never programmed a web service, PHP or other server sided applications. ASP.net issues on Abyss web server - Web Site Development Internet & Networking Web Site Development Register a free account to unlock additional features at.
#Abyss web server register php how to#
What's the best way to do this? I know how to run a direct SQL statement from the app, but I think that is not the best way for an app to interact with a dedicated DB. So I'm asking you for some guidelines on creating a secure User DB with a secure PHP service that my android game can connect to (my programming knowledge tells me to execute an SQL query from the app to the DB, but the tutorial I referenced above said that it's better to use a web service instead of direct app to server communication), or to suggest me some existing services (preferably free/opensource) that I could use.Īlso, I'll need to have a DB with questions, that will pick random questions and serve them to the user. I'll integrate facebook login in my game, but I also want to give the user the choice of login/registering with email and password. Many people suggested instead of making my own authentication I should use an existing service (wich is very reasonable, since making your own "secure" platform most of the times will fail, due to the lack of experience). I need to create a DB with usernames, emails, passwords and I found a nice tutorial to do that, but that way everything is stored and sent as palintext.Īs I've read some security books, storing passwords is never a good idea, so I began searching. Hello guys! I'm making a simple quiz game (in android, for starters and then I'll port it to iOS), that will require users logging in before they can play.
