On Tue, Oct 8, 2013 at 9:15 AM, Abhishek Pandey <[email protected]>
 wrote:

> My ID has been whitelisted by Google hence I am using App engine for PHP.
>


Whitelisting is no longer required for PHP deployments, see
http://googlecloudplatform.blogspot.com/2013/10/google-app-engine-php-runtime-now-available-to-everyone.html


On Tue, Oct 8, 2013 at 9:15 AM, Abhishek Pandey <[email protected]>
 wrote:

> 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..<http://192.168.0.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.
>
>

Yes, you can change the links to point to your app engine URL. Before you
do that though, you may want to verify that your database migrated to Cloud
SQL properly and test to make sure your PHP code is returning appropriate
responses.


-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
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.

Reply via email to