Tag Archive for 'php-tutorial'

Get Started with PHP in FileMaker Pro

August 13th, 2008 by admin

WEB DEVELOPMENT

Get Started with PHP in FileMaker Pro

Leverage the power of PHP, a server-side scripting language, to speed and secure Web queries.

By Bob Bowers, Contributing Editor

PHP is a popular, powerful, and free middleware tool for building Web applications. It’s a server-side embedded scripting language, much like other middleware tools such as Cold Fusion, ASP, JSP, [...]

Tags: , , , ,

Regular Expression Characters

August 12th, 2008 by admin

Literal Characters
The most basic regular expression consists of a single literal character, e.g.: a. It will match the first occurrence of that character in the string. If the string is Jack is a boy, it will match the a after the J. The fact that this a is in the middle of [...]

Tags: , , ,