如何开发Web应用程序以从数据库中提取数据?

如何开发Web应用程序以从数据库中提取数据?

问题描述:

你好.

请我需要开发一个应用程序,在该应用程序中我可以从csv文件中的数据库中导出客户数据.该应用程序将能够选择国家,城市和日期.

有什么我可以指导的资源吗,我是php的新手.

请帮忙.谢谢.

Hello.

Please I need to develop an application where I''m able to export customer data from a database in a csv file. The application will be able to select the country, city and date.

Is there any resource I can be directed to, I''m new with php.

Please help. Thank you.

也许您的数据库引擎可以为您提供帮助.例如,您可以直接从MySQL数据创建CVS文件:直接从MySQL" [ ^ ].
Maybe your database engine could help you. For instance, you can directly create a CVS file from MySQL data: "Export CSV directly from MySQL"[^].


检查以下内容:
1. 使用PHP创建可下载的CSV文件 [ PHP fputcsv()函数 [
Check these out:
1. Creating downloadable CSV files using PHP[^]
2. PHP fputcsv() Function[^]