简体   繁体   English

将谷歌应用程序脚本 web 应用程序更改为 php 网站

[英]Changing google app script web app into php website

I have a web app developed using Google App Script.我有一个使用 Google App Script 开发的 web 应用程序。 I just want to that if I changed the database from google sheets into mysql database is it possible to change my google app script coding into php language coding?我只想说,如果我将数据库从谷歌表格更改为 mysql 数据库,是否可以将我的谷歌应用脚本编码更改为 php 语言编码?

If you use a language different than Apps Script, then obviously, you can't use the built-in services, you'd need to use the Google API's.如果您使用不同于 Apps Script 的语言,那么显然您不能使用内置服务,您需要使用 Google API。 So, for example, if you want to send an email, you'd need to use the Google Gmail API.因此,例如,如果您想发送 email,则需要使用 Google Gmail API。

See:看:
https://developers.google.com/gmail/api https://developers.google.com/gmail/api

Also, you'd need a hosting service.此外,您还需要托管服务。 If you want to stay with Google produces for hosting your website, then you would use App Engine.如果您想继续使用 Google 产品来托管您的网站,那么您将使用 App Engine。
https://cloud.google.com/appengine/docs/php https://cloud.google.com/appengine/docs/php

You could also use Firebase Hosting, but you can't use PHP with Firebase Hosting.您也可以使用 Firebase 托管,但不能将 PHP 与 Firebase 托管一起使用。 There are other languages that you can use for server code for a website.您可以将其他语言用于网站的服务器代码。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM