Hi guys.
I have an *android* app which connects to a database which is hosted on
hostgator.
The backend calls are made by *PHP scripts* while the database is built
using *mysql*.
Well now I want to migrate this database on the Google Cloud. That
part is quick to get along.
The place where I need help is:
-Can i replace the links with the path to the hostgator server with the
app engine application URL? for eg
*Before*: String serverURL = "http://192.168.2/abc/xyz.... and so on to3.
*Now: String serverURL = "http://<mycloudinstance/abc/xyz>*
I replaced the IP with the cloud instance name and so on in other files.
Am I following the write path?
My ID has been whitelisted by Google hence I am using App engine for PHP. I
have already deployed my PHP Scripts on the cloud.
Need your help to configure my android app and proceed further.
Thanks.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.