FMP Books

Search Advanced SearchView Cart   Checkout   
 Location:  Home » Books » Database Design » Web Publishing with PHP and FileMaker 9  
Web Publishing with PHP and FileMaker 9
Web Publishing with PHP and FileMaker 9

 enlarge 
Author: Jonathan Stark
Publisher: Sams
Category: Book

List Price: $34.99
Buy New: $23.09
You Save: $11.90 (34%)



New (22) Used (6) from $19.83

Avg. Customer Rating: 5.0 out of 5 stars 6 reviews
Sales Rank: 158047

Media: Paperback
Edition: 1
Number Of Items: 1
Pages: 264
Shipping Weight (lbs): 0.9
Dimensions (in): 9 x 6.9 x 0.4

ISBN: 0672329506
Dewey Decimal Number: 005.7565
EAN: 9780672329500
ASIN: 0672329506

Publication Date: September 4, 2007
Shipping: Eligible for Super Saver Shipping
Promotion: Save $5.00 when you spend $25.00 or more on Qualifying Items offered by Amazon.com. Enter code BMLSAVES at checkout. Terms and Conditions
Availability: Usually ships in 24 hours

Also Available In:

  • Kindle Edition - Web Publishing with PHP and FileMaker 9

Accessories:

  • Sams Teach Yourself PHP, MySQL and Apache All in One (4th Edition) (Sams Teach Yourself)

Similar Items:

  • FileMaker(R) 9 Developer Reference: Functions, Scripts, Commands, and Grammars, with Extensive Custom Function Examples
  • FileMaker Web Publishing: A Complete Guide to Using the API for PHP
  • FileMaker Pro 9: The Missing Manual
  • FileMaker Pro 9 Bible
  • Special Edition Using FileMaker 9 (Special Edition Using)

Editorial Reviews:

Product Description

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 toa

  • 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




Customer Reviews:   Read 1 more reviews...

5 out of 5 stars Stark Raving Good   September 3, 2008
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.


5 out of 5 stars Excellent intro to the PHP API for Filemaker   August 22, 2008
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!



5 out of 5 stars Conciso y bien explicado   August 9, 2008
 1 out of 1 found this review helpful

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 configuracion de servidores, que pareciera ser un proceso exclusivamente administrativo.



5 out of 5 stars PHP and FileMaker Integration - a fast and enjoyable journey!   February 3, 2008
 10 out of 10 found this review helpful

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."



5 out of 5 stars Clear, precise and even fun.   November 29, 2007
 4 out of 4 found this review helpful

FileMaker and PHP are absolutley the way to go, and this is
THE BEST BOOK to get for Filemaker web publishing.
As a "non-programmer" who has struggled in the past trying to bring a database to the web,
I found the examples in this book easy to follow and understand.
It definately took me to the next level.


 
Filemaker.com News

Feed By: filemaker.com