Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 android 应用程序上开发,用户在他们的移动设备中填写表格,数据将存储在 phpmyadmin 中。我想为此在 php 中创建 web 服务。我是网络服务的新手。所以请为此建议一些教程。
请帮我找到这个..提前谢谢。
PhpMyAdmin 只是数据库(MySQL)管理的前端。您不能在 phpMyAdmin 中存储数据。尝试使用 Kohana 或 Yii 框架来创建简单的 Web 服务。