本連載では前回からFileMaker API for PHPをテーマに解説している。まずは手始めに、FileMaker API for PHPを使用してFileMakerデータベースへの接続と、指定したテーブルへアクセスしレコードを取得する方法を2回にわたり紹介する。 今回はデータベースへの接続手順だ。
As PHP is a server side scripting language it does allow to create, access and manipulate files on the web server. Let's see how it works. The very first need to work with files is to open the file.
今回はPHPにて、データベースのデータをCSVファイルでダウンロードする方法を記載します。 データベースの準備 データベースに下記テーブルを作成します。 下記コマンドを実行します。 下記作成されます。 一覧画面にダウンロードリンクを表示する 一覧 ...