Advanced Search
Start Your Free Trial

Overview

Top Sellers in this Category

The Art of SEO, 1st Edition

The Art of SEO, 1st Edition
by Eric Enge; Stephan M. Spencer; Rand Fishkin; Jessie Stricchiola

PHP Cookbook, 2nd Edition

PHP Cookbook, 2nd Edition
by Adam Trachtenberg; David Sklar

Whether you are a FileMaker developer who is new to web publishing, a web developer who is new to FileMaker, or a complete beginner looking to put your data online, this book is for you.

In Part I, you learn the basics of how web publishing works and how to write your own HTML and PHP. In Part II, you learn how to build a FileMaker database and install and configure the FileMaker Server to host the database. In Part III, you learn how to put it all together to create web pages that talk to your database and allow people to view the data and, if you like, modify it. Throughout the book, publishing a FileMaker Product Catalog to the web is used as an example. Each chapter builds on the previous chapter. When you are done, you will have a working website!

Detailed information on how to…

  • Master web publishing

  • Read and write basic HTML

  • Read and write basic PHP

  • Build a FileMaker database

  • Install and configure FileMaker Server

  • Publish your FileMaker data to the web

  • Work with portals and container fields

  • Repurpose your FileMaker layouts on the web

Introduction 1
Part I: Basics of Web Publishing
Chapter 1: How Web Publishing Works 7
Chapter 2: Introduction to HTML 17
Chapter 3: Introduction to PHP 31
Part II: Laying the Groundwork
Chapter 4: Building a Simple FileMaker File 49
Chapter 5: Configuring the Server(s) 67
Part III: Publishing FileMaker Data on the Web
Chapter 6: Viewing FileMaker Data 91
Chapter 7: Altering FileMaker Data 115
Chapter 8: Working with Related Data (Portals) 137
Chapter 9: Working with Images 167
Chapter 10: Repurposing a FileMaker Layout on the Web 189
Part IV: More Information
Appendix A: Performance Tuning 213
Appendix B: Security Concerns 217
Appendix C: Error Handling and Prevention 225
Appendix D: FileMaker PHP API Reference 231
Index 239

Amazon.com® Reader Reviews (Ranked by Helpfulness)

Average Amazon.com® Rating: 5.0 out of 5 rating Based on 7 Ratings

PHP and FileMaker Integration - a fast and enjoyable journey! - 2008-02-03
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
Over the holiday break I had some time to read (a better word might be "consume") Jonathan Stark's book "Web Publishing with PHP and FileMaker 9." In a little more than 250 pages, Jonathan manages to do the impossible: He explains how to put the FileMaker API for PHP to use.

The book is divided into four logical sections. The first section provides background information for those new to the world of Web publishing, including an introduction to HTML and PHP. After reading this section, you won't be an HTML expert, and you certainly won't be a PHP pro. But you will have a good understanding of the technologies involved in Web publishing and development, and how those technologies fit together.

The second section of the book provides a foundation for the examples that are used later on. The section includes a chapter on how to setup a FileMaker database (creating fields, working with the database, performing finds, and so on). I'm sure that the majority of readers will find this section to be unnecessary and might be tempted to skip it. However, the chapter does cover one key topic that you should take a few minutes to check out, and that is an explanation on how to setup a FileMaker account (and grant it the correct privileges) that PHP can use to connect to the database.

The second section also covers installation, deployment, and configuration of FileMaker Server, as well as the new PHP Site Assistant. Jonathan makes a recommendation -- and one that I heartily agree with -- that if you do not absolutely need your own server, then using a server provided by a Web hosting provider is an ideal solution. However, if you do have your own server, you'll find this information to be of great use.

The third section of "Web Publishing with PHP and FileMaker 9" includes what I consider to be the most valuable information in the book. This section covers the FileMaker API for PHP (often referred to as "FileMaker.php") itself, and does so using an example Web application that is developed and expanded throughout the section. The application is one that most readers will be able to associate with -- an online product catalog.

The section includes chapters on how to select, sort, and do finds against a FileMaker database using PHP. Another chapter explains how to alter FileMaker data over the Web, including the creation of new records and updates and deletions of existing records. There are also chapters on how to view, add, edit, and delete related data via PHP (which is accomplished using portals), as well as some very useful information on how to work with images (including images stored in container fields and those stored by reference using URLs).

The last chapter in the third section describes a very interesting concept: Developing a PHP application that automatically updates as the FileMaker layouts that it is built on are updated. For example, if a field is added or removed, the PHP application automatically adds and/or drops the field as well. If you are looking for an easy way to let your FileMaker users "self-manage" a PHP application, then this chapter will prove to be invaluable to you.

"Web Publishing with PHP and FileMaker 9" covers a lot of ground, and does so in a way that makes it a fast and enjoyable journey. Jonathan's writing style and "voice" make it easy to follow along with the material. His expert knowledge of PHP and FileMaker is apparent, and he does a great job of sharing that knowledge in the book.

If you are looking for a good book on PHP and FileMaker integration -- whether you are new to the topic or consider yourself to be a pro -- then I highly recommend picking up a copy of "Web Publishing with PHP and FileMaker 9."

Conciso y bien explicado - 2008-08-09
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
Un muy buen libro. Muy diferente al estilo de los libros de "* for dummies", utilizando ejemplos concisos y bien explicados para darse a entender.
El libro es un excelente prefacio a PHP, y Filemaker desde cero, y llega hasta la configuraci-ón de servidores, que pareciera ser un proceso exclusivamente administrativo.

Excellent Introduction to PHP and FileMaker - 2009-03-22
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
Jonathan Stark does an excellent job of explaining web publishing with php and FileMaker. This is the only book on web publishing with php that I've encountered that takes a complete novice from 0-60 in under 300 pages. It starts at the basics with html, php and FileMaker without making assumptions about the reader's skill level.

Additionally, Stark does an excellent job laying a foundation of basic php knowledge. He explains the code line by line in a manner that is not only easy to understand but makes it possible for the reader to grasp the concept. After reading the book I was able to create an application using methods not directly covered in his book.

Furthermore, the author is also incredibly accessible. On two occasions I contacted Mr. Stark with problems I was having with the code (my error on both occasions) and he replied to my inquiries within 24 hours. An accessible author instills a very high level of confidence in their knowledge level.

Overall, I consider this a must read for any FileMaker developer who needs to learn how to get their data on the web. I also highly recommend this book to any non-FileMaker developer that needs a solid introduction to php. Of the three books I own that tout being introductions to php development this is the only one that truly delivers on its promise and at a much better value than the other books. My only question is when will Mr. Stark deliver a"Beyond the Basics" version?

Stark Raving Good - 2008-09-03
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
I needed a book to get myself jump started using Filemaker's API for PHP when I found Jonathan Starks book. Jonathan brings you through the process from configuration of Filemaker Server to the creation of small Product/Inventory database. The examples are very informative and Jonathan explains the code so its understandable to both the newbie and the more experienced developer. Sample files are available on Jonathans website. Jonathan uses the "Template" method for PHP coding and I found it to be a great way to do development. I highly recommend this book. It will get you off to a great start and give you the basics to get started creating some great sites.

Excellent intro to the PHP API for Filemaker - 2008-08-22
Reviewer Rating: 1 star rating2 star rating3 star rating4 star rating5 star rating
A great introduction to working with Filemaker and PHP for publishing dynamic web pages. Written by brilliant developer extraordinaire Jonathan Stark, this book will break down the basics and give you everything you need to get started quickly.

His method of breaking down code into manageable chunks with inline comments really helps you wrap your head around what would otherwise look like daunting pages of PHP code.

Experienced developers may skip the first few sections about basic Filemaker and HTML and dig right into the heart of the PHP API for filemaker. Good stuff!

Some information on this page was provided using data from Amazon.com®. View at Amazon >


About Safari Books Online • Terms of Service • Privacy Policy • Contact Us • Corporate Licenses • Help • Accessibility | See us on FacebookSee us on Linked InSee us on TwitterRSS

Copyright 2009 Safari Books Online. All rights reserved.