<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The FileMaker Collective &#187; PHP</title>
	<atom:link href="http://fmcollective.com/category/php/feed/" rel="self" type="application/rss+xml" />
	<link>http://fmcollective.com</link>
	<description>Syndicating the best FileMaker blogs</description>
	<lastBuildDate>Tue, 27 Jul 2010 15:42:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FileMaker API for PHP: Duplicating Find Requests</title>
		<link>http://filemakeraddict.blogspot.com/2010/03/filemaker-api-for-php-duplicating-find.html</link>
		<comments>http://filemakeraddict.blogspot.com/2010/03/filemaker-api-for-php-duplicating-find.html#comments</comments>
		<pubDate>Wed, 24 Mar 2010 16:33:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[finds]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-8558912232279715997</guid>
		<description><![CDATA[I was recently working on a FileMaker / PHP project and ran into a situation where I needed to be able to replicate FileMaker's "Duplicate Request" function. There is nothing in the FileMaker API for PHP that appears to be an equivalent to the function. However, it can be done, and this post shows the process.In this example, the code is handling a search request against a contacts database. ]]></description>
			<content:encoded><![CDATA[I was recently working on a FileMaker / PHP project and ran into a situation where I needed to be able to replicate FileMaker's "Duplicate Request" function. There is nothing in the FileMaker API for PHP that appears to be an equivalent to the function. However, it can be done, and this post shows the process.In this example, the code is handling a search request against a contacts database. ]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2010/03/filemaker-api-for-php-duplicating-find.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling the PHP SSL Extension</title>
		<link>http://filemakeraddict.blogspot.com/2010/02/enabling-php-ssl-extension.html</link>
		<comments>http://filemakeraddict.blogspot.com/2010/02/enabling-php-ssl-extension.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 21:15:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[mailing]]></category>
		<category><![CDATA[pear]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-2685159178393032308</guid>
		<description><![CDATA[If you're using the PEAR mail class to send messages via a mail server that requires connections via SSL (such as Google's SMTP servers), you might run into this error:Failed to connect to ssl://smtp.gmail.com:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]This is typically an indication ]]></description>
			<content:encoded><![CDATA[If you're using the PEAR mail class to send messages via a mail server that requires connections via SSL (such as Google's SMTP servers), you might run into this error:Failed to connect to ssl://smtp.gmail.com:465 [SMTP: Failed to connect socket: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (code: -1, response: )]This is typically an indication ]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2010/02/enabling-php-ssl-extension.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Pear Classes</title>
		<link>http://filemakeraddict.blogspot.com/2010/02/installing-pear-classes.html</link>
		<comments>http://filemakeraddict.blogspot.com/2010/02/installing-pear-classes.html#comments</comments>
		<pubDate>Sun, 21 Feb 2010 20:45:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[pear]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-6945639248842341115</guid>
		<description><![CDATA[If you've been doing FileMaker custom web development using PHP, you've probably heard of PEAR. PEAR (short for "PHP Extension and Application Repository") is a collection of PHP code that performs many common functions. PEAR packages either provide enhanced versions of functionality that is built into PHP itself, or provide functionality that PHP lacks. For a list of packages that PEAR provides,]]></description>
			<content:encoded><![CDATA[If you've been doing FileMaker custom web development using PHP, you've probably heard of PEAR. PEAR (short for "PHP Extension and Application Repository") is a collection of PHP code that performs many common functions. PEAR packages either provide enhanced versions of functionality that is built into PHP itself, or provide functionality that PHP lacks. For a list of packages that PEAR provides,]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2010/02/installing-pear-classes.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling the PHP SOAP Extension</title>
		<link>http://filemakeraddict.blogspot.com/2010/02/enabling-php-soap-extension.html</link>
		<comments>http://filemakeraddict.blogspot.com/2010/02/enabling-php-soap-extension.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 14:36:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[soap]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-11537351179988384</guid>
		<description><![CDATA[I've been burned by this one a few times, so I thought I'd share it here...If you install PHP as part of the FileMaker Server for Windows installation process, PHP's SOAP extension (as well as several other extensions) will be installed. However, the extension is disabled by default.To enable it (and other extensions), do this:1. Find the php.ini file. The default location is: C:\Program Files\]]></description>
			<content:encoded><![CDATA[I've been burned by this one a few times, so I thought I'd share it here...If you install PHP as part of the FileMaker Server for Windows installation process, PHP's SOAP extension (as well as several other extensions) will be installed. However, the extension is disabled by default.To enable it (and other extensions), do this:1. Find the php.ini file. The default location is: C:\Program Files\]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2010/02/enabling-php-soap-extension.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevCon 2009 PHP User Group Meeting: A Recap</title>
		<link>http://filemakeraddict.blogspot.com/2009/08/devcon-2009-php-user-group-meeting.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/08/devcon-2009-php-user-group-meeting.html#comments</comments>
		<pubDate>Fri, 14 Aug 2009 05:05:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[DevCon]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-5901983777917019906</guid>
		<description><![CDATA[The PHP User Group meeting at DevCon 2009 was informal yet very informative. This was the first "technical" event that I attended this year, and I'm glad I did.Joel Shapiro (http://www.jsfmp.com/) started the meeting by demoing a FileMaker / PHP-based site that he has developed for NASA's Life Sciences Data Archive. He also demonstrated TCPDF (http://www.tcpdf.org/), an open source PHP class that]]></description>
			<content:encoded><![CDATA[The PHP User Group meeting at DevCon 2009 was informal yet very informative. This was the first "technical" event that I attended this year, and I'm glad I did.Joel Shapiro (http://www.jsfmp.com/) started the meeting by demoing a FileMaker / PHP-based site that he has developed for NASA's Life Sciences Data Archive. He also demonstrated TCPDF (http://www.tcpdf.org/), an open source PHP class that]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/08/devcon-2009-php-user-group-meeting.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Formatting FileMaker TimeStamp Values with PHP</title>
		<link>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html#comments</comments>
		<pubDate>Fri, 31 Jul 2009 03:43:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[timestamps]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-5834177387028231083</guid>
		<description><![CDATA[Have you ever needed to display a FileMaker TimeStamp field value in a PHP solution? If so, you might have run into problems with making the value format nicely.For example, suppose that you have a timestamp field named "DateTime_Created" with a value of "7/30/2009 9:18:29 PM." If you simply echo the value using PHP code such as...echo $response-&#62;getField("DateTime_Created");... then the output ]]></description>
			<content:encoded><![CDATA[Have you ever needed to display a FileMaker TimeStamp field value in a PHP solution? If so, you might have run into problems with making the value format nicely.For example, suppose that you have a timestamp field named "DateTime_Created" with a value of "7/30/2009 9:18:29 PM." If you simply echo the value using PHP code such as...echo $response->getField("DateTime_Created");... then the output ]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/07/formatting-filemaker-timestamp-values.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting FileMaker TimeStamp Fields from PHP</title>
		<link>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html#comments</comments>
		<pubDate>Thu, 30 Jul 2009 21:22:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>
		<category><![CDATA[timestamps]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-8340417478136465572</guid>
		<description><![CDATA[Want to update a FileMaker Timestamp field with the the current date/time via a PHP solution?Use the PHP date function and format it using something like this: date("m/d/Y h:i:s A")For example, suppose that you want to update a "Last_Login" field when a user logs in. Your code might look something like this:$user_update_request = $fm-&#62;newEditCommand('PHP_Users', $user-&#62;getRecordID());$]]></description>
			<content:encoded><![CDATA[Want to update a FileMaker Timestamp field with the the current date/time via a PHP solution?Use the PHP date function and format it using something like this: date("m/d/Y h:i:s A")For example, suppose that you want to update a "Last_Login" field when a user logs in. Your code might look something like this:$user_update_request = $fm->newEditCommand('PHP_Users', $user->getRecordID());$]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/07/setting-filemaker-timestamp-fields-from.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New PHP Error: &#8220;PHP has encountered an Access Violation&#8230;&#8221;</title>
		<link>http://filemakeraddict.blogspot.com/2009/07/new-php-error-php-has-encountered.html</link>
		<comments>http://filemakeraddict.blogspot.com/2009/07/new-php-error-php-has-encountered.html#comments</comments>
		<pubDate>Wed, 08 Jul 2009 08:44:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-569068764899938822</guid>
		<description><![CDATA[Early this morning, for the first time I had one of our servers that we use to serve up FileMaker/PHP-based solutions throw a PHP error that read "PHP has encountered an Access Violation at 01E02B1B." From what I've been able to tell, this has something to do with running PHP on a Windows 2003-based server in ISAPI mode. I've cycled IIS and this seems to have solved the problem... and now I'm ]]></description>
			<content:encoded><![CDATA[Early this morning, for the first time I had one of our servers that we use to serve up FileMaker/PHP-based solutions throw a PHP error that read "PHP has encountered an Access Violation at 01E02B1B." From what I've been able to tell, this has something to do with running PHP on a Windows 2003-based server in ISAPI mode. I've cycled IIS and this seems to have solved the problem... and now I'm ]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2009/07/new-php-error-php-has-encountered.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FileMaker Pro Powers the New National Donor Memorial Web Site</title>
		<link>http://filemakeraddict.blogspot.com/2008/12/filemaker-powers-new-national-donor.html</link>
		<comments>http://filemakeraddict.blogspot.com/2008/12/filemaker-powers-new-national-donor.html#comments</comments>
		<pubDate>Mon, 29 Dec 2008 18:05:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[FileMaker Server 9 Advanced]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-6493408885444407583</guid>
		<description><![CDATA[It always feels good when a project that I've been working on "goes live." Not just because the project has reached that final step and there is a sense of accomplishment (although there is certainly that). No, there is something more than that. There's a certain pleasure that I get when people actually begin to use the solution that I've developed, and I can see that the solution is helping them]]></description>
			<content:encoded><![CDATA[It always feels good when a project that I've been working on "goes live." Not just because the project has reached that final step and there is a sense of accomplishment (although there is certainly that). No, there is something more than that. There's a certain pleasure that I get when people actually begin to use the solution that I've developed, and I can see that the solution is helping them]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2008/12/filemaker-powers-new-national-donor.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting FileMaker / PHP / MySQL to &#8220;Play Nice&#8221;</title>
		<link>http://filemakeraddict.blogspot.com/2008/07/getting-filemaker-php-mysql-to-play.html</link>
		<comments>http://filemakeraddict.blogspot.com/2008/07/getting-filemaker-php-mysql-to-play.html#comments</comments>
		<pubDate>Wed, 09 Jul 2008 16:15:00 +0000</pubDate>
		<dc:creator>Tim Dietrich</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Syndicated]]></category>

		<guid isPermaLink="false">tag:blogger.com,1999:blog-19013546.post-7785021403017261672</guid>
		<description><![CDATA[I have a client for whom I recently installed FileMaker 9 Server Advanced on a brand new dedicated Windows 2003-based server. It is running fine -- I was even able to easily work around the usual installation problem where the FMS installer cannot see IIS. All was good...This morning, I attempted to install an open source PHP/MySQL-based bulletin board application called Simple Machines Forum ("]]></description>
			<content:encoded><![CDATA[I have a client for whom I recently installed FileMaker 9 Server Advanced on a brand new dedicated Windows 2003-based server. It is running fine -- I was even able to easily work around the usual installation problem where the FMS installer cannot see IIS. All was good...This morning, I attempted to install an open source PHP/MySQL-based bulletin board application called Simple Machines Forum ("]]></content:encoded>
			<wfw:commentRss>http://filemakeraddict.blogspot.com/2008/07/getting-filemaker-php-mysql-to-play.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
