<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Alex's Support Forums Tag: php</title>
<link>http://www.alex-hardy.co.uk/forums/</link>
<description>Alex's Support Forums Tag: php</description>
<language>en</language>
<pubDate>Wed, 19 Nov 2008 23:19:24 +0000</pubDate>

<item>
<title>Alex on "How to update PHPMailer for PHP5/6"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-upgrade-the-php-mailer-the-one-for-php-5#post-50</link>
<pubDate>Tue, 02 Sep 2008 10:36:58 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">50@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;To preserve compatibility, simpleContact uses the build of PHPMailer that supports PHP4. As PHP4 is phased out (&#60;a href=&#34;http://www.dreamhoststatus.com/2008/08/22/php4-will-no-longer-be-available-for-new-domains-starting-082608&#34;&#62;Dreamhost&#60;/a&#62; for instance are discontinuing support) I will supply the PHP5/6 version.&#60;/p&#62;
&#60;p&#62;Upgrading your copy of PHPMailer is straightforward. Download the latest build (2.2.1 at the time of writing) from &#60;a href=&#34;http://phpmailer.codeworxtech.com&#34;&#62;Codeworx Technologies&#60;/a&#62; and copy the files &#60;strong&#62;class.phpmailer.php&#60;/strong&#62; and &#60;strong&#62;class.smtp.php&#60;/strong&#62;.&#60;/p&#62;
&#60;p&#62;In your simpleContact install, find this folder: &#60;em&#62;sc_admin/include/common/phpmailer&#60;/em&#62;. Replace the files there.&#60;/p&#62;
&#60;p&#62;You can now use the upgraded PHPMailer - no other modifications are needed.
&#60;/p&#62;</description>
</item>
<item>
<title>webgirl on "How to update PHPMailer for PHP5/6"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/how-to-upgrade-the-php-mailer-the-one-for-php-5#post-48</link>
<pubDate>Mon, 01 Sep 2008 22:00:29 +0000</pubDate>
<dc:creator>webgirl</dc:creator>
<guid isPermaLink="false">48@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;Hi the latest I think is 2.21 and just needing to know what needs to be changed so I can upgrade it.&#60;br /&#62;
Thanks for the simple contact by the way..
&#60;/p&#62;</description>
</item>
<item>
<title>papyrusdoc on "What host are you using?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-host-are-you-using#post-35</link>
<pubDate>Wed, 14 May 2008 13:43:39 +0000</pubDate>
<dc:creator>papyrusdoc</dc:creator>
<guid isPermaLink="false">35@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I installed SimpleContact on a &#60;a href=&#34;http://www.highendhost.com&#34; rel=&#34;nofollow&#34;&#62;www.highendhost.com&#60;/a&#62; windows server administered by h-sphere. I had to turn on SPF in the Mail Manager section, and once I did that, it worked great!
&#60;/p&#62;</description>
</item>
<item>
<title>d3creative on "What host are you using?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-host-are-you-using#post-12</link>
<pubDate>Fri, 14 Mar 2008 14:17:35 +0000</pubDate>
<dc:creator>d3creative</dc:creator>
<guid isPermaLink="false">12@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I use &#60;a href=&#34;http://www.mediatemple.net&#34; rel=&#34;nofollow&#34;&#62;www.mediatemple.net&#60;/a&#62; for almost all of my websites.&#60;/p&#62;
&#60;p&#62;MediaTemple keep everything up to date (PHP MySQL etc) and do regular system maintenance.&#60;/p&#62;
&#60;p&#62;simpleContact has worked perfectly every time I've used it.
&#60;/p&#62;</description>
</item>
<item>
<title>herrow on "What host are you using?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-host-are-you-using#post-10</link>
<pubDate>Mon, 25 Feb 2008 10:55:08 +0000</pubDate>
<dc:creator>herrow</dc:creator>
<guid isPermaLink="false">10@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I use &#60;a href=&#34;http://www.zen.co.uk&#34; rel=&#34;nofollow&#34;&#62;www.zen.co.uk&#60;/a&#62; another UK company based in Rochdale I pay £3.99 per month.&#60;/p&#62;
&#60;p&#62;I haven't had too much trouble with my hosting it has been pretty reliable and has most of the features I need including 3 MySQL databases PHP etc. The cPanel management is quite good too as you can install forums, blogs, content management and other things with a single button click, though some of the versions they have available are a little out of date.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "What is PHPMailer?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-is-phpmailer#post-7</link>
<pubDate>Thu, 21 Feb 2008 00:16:36 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">7@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;With the release of simpleContact 1.1 I added a more robust mechanism for sending emails. &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://phpmailer.codeworxtech.com&#34;&#62;PHPMailer&#60;/a&#62; is a “full featured email transfer class for PHP” that exposes a much greater range of features than the standard PHP mail() function. I have it used on several projects in the past, and it has proven itself both highly useful and reliable. &#60;/p&#62;
&#60;p&#62;PHPMailer is produced by Brent R. Matzelle (original author), Andy Prevost (project administrator), Patrice Fournier, Chris Ryan, Cem Hurturk, Tom Klingenberg and Jaime Bozza. &#60;/p&#62;
&#60;p&#62;The version of PHPMailer that I have supplied is version 1.73, the latest at the time of authoring. &#60;/p&#62;
&#60;p&#62;PHPMailer is free software. It is distributed in accordance with the GNU Lesser General Public License (LGPL). It is supplied in its entirety and unmodified (see phpmailer-1.73.zip in the application download). There is no warranty or responsibility on the part of the original author. &#60;/p&#62;
&#60;p&#62;Please note: &#60;/p&#62;
&#60;ul&#62;
&#60;li&#62;I have supplied phpmailer-1.73.zip in complete form to fulfil my obligation under the LGPL&#60;/li&#62;
&#60;li&#62;You only need to upload the class.phpmailer.php and class.smtp.php files (which are already in place in the simpleContact folder) for simpleContact to use it&#60;/li&#62;
&#60;li&#62;If for any reason PHPMailer fails in use, simpleContact will revert to the PHP mail() function&#60;/li&#62;
&#60;li&#62;If you use PHPMailer as part of simpleContact for commercial purposes, please consider making a donation to the PHPMailer project&#60;/li&#62;
&#60;/ul&#62;</description>
</item>
<item>
<title>Alex on "What are simpleContact's minimum requirements?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-are-simplecontacts-minimum-requirements#post-6</link>
<pubDate>Wed, 20 Feb 2008 11:57:03 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">6@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;simpleContact's requirements are deliberately modest. You need a web server with PHP support and access to a MySQL database.&#60;/p&#62;
&#60;p&#62;MySQL 4.1 is strongly recommended because of its support for varying character sets and collations (which aids internationalisation). Although earlier versions may work, version 4.0 is the oldest version that I actively support.&#60;/p&#62;
&#60;p&#62;A definitive minimum spec for PHP is a work-in-progress. PHP 4 and above are recommended.&#60;/p&#62;
&#60;p&#62;The built-in update check requires either fopen or cURL.&#60;/p&#62;
&#60;p&#62;The &#34;remember me&#34; checkbox at login uses a cookie.
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "What host are you using?"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/what-host-are-you-using#post-5</link>
<pubDate>Wed, 20 Feb 2008 11:34:16 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">5@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I want to gather a list of hosts that are proven to work with simpleContact.&#60;/p&#62;
&#60;p&#62;I'm hosting my website with &#60;a href=&#34;http://www.34sp.com&#34;&#62;34SP&#60;/a&#62;. They are a UK company, based in Manchester. Their packages start at £17.95 per year and include PHP, Ruby on Rails, MySQL, cron and .htaccess. Uptime and customer support is excellent.&#60;/p&#62;
&#60;p&#62;Who do you use?
&#60;/p&#62;</description>
</item>
<item>
<title>Alex on "Installing a local PHP MySQL server on Mac OS X"</title>
<link>http://www.alex-hardy.co.uk/forums/topic/installing-a-local-php-mysql-development-server-on-mac-os-x#post-4</link>
<pubDate>Wed, 20 Feb 2008 00:32:48 +0000</pubDate>
<dc:creator>Alex</dc:creator>
<guid isPermaLink="false">4@http://www.alex-hardy.co.uk/forums/</guid>
<description>&#60;p&#62;I have written a blog post that gives a step-by-step guide to setting up a development server on a mac. This would be especially useful to a web developer with a laptop who wants to work and present while on the move.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.alex-hardy.co.uk/2007/12/21/install-php-mysql-mac&#34;&#62;Installing a local PHP MySQL development server on Mac OS X&#60;/a&#62;
&#60;/p&#62;</description>
</item>

</channel>
</rss>
