<?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>withinweb &#187; General PHP</title>
	<atom:link href="http://www.withinweb.com/info/category/general-php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.withinweb.com/info</link>
	<description>Information and support for products of withinweb.com</description>
	<lastBuildDate>Sun, 11 Dec 2011 09:05:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>EasyPHP on Windows 7</title>
		<link>http://www.withinweb.com/info/2011/11/07/easyphp-on-windows-7-4/</link>
		<comments>http://www.withinweb.com/info/2011/11/07/easyphp-on-windows-7-4/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 07:09:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>
		<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=602</guid>
		<description><![CDATA[EasyPHP is an application that you install on your Windows computer which you can use as a development system for PHP / Apache and mySQL databases.
It can be downloaded form http://www.easyphp.org/ and I find it a very good way to develop applications using PHP on my Windows computer.
EasyPHP contains a single exectuable which when run, [...]]]></description>
			<content:encoded><![CDATA[<p>EasyPHP is an application that you install on your Windows computer which you can use as a development system for PHP / Apache and mySQL databases.</p>
<p>It can be downloaded form http://www.easyphp.org/ and I find it a very good way to develop applications using PHP on my Windows computer.</p>
<p>EasyPHP contains a single exectuable which when run, installs PHP, Apache web server and a mySQL database onto your Windows computer.  All very neat and convenient to use.</p>
<p>However, when I tried to install on Windows 7 I came across a number of issues with Apache and with mySQL.</p>
<p>When I launched the software, Apache wouldn’t start.  Here is the error :</p>
<p>Apache cannot run: another Web server is using the Web port or port is blocked by firewall.</p>
<p>To overcome this issue :</p>
<p>1. Click the EasyPHP icon beside the “Apache” button.<br />
2. Click “Configure” then click “EasyPHP“.<br />
3. Uncheck “Check server’s TCP port before starting” then click “Apply” button and then “Close” button.<br />
4. Click “Apache” button and then click “Start“.</p>
<p>That fixes the “Apache cannot run…” problem.</p>
<p>The above gets the Apache server to work but after I closed EasyPHP and ran it again, I got this second error message :</p>
<p>Unexpected end of MySql&#8230; See log file?</p>
<p>This is a mySQL error message and is actually a file permission problem.</p>
<p>So I changed the user permission for the EasyPHP directory and mySQL correctly started.</p>
<p>To set your permissions this is what you do :</p>
<p>1. Open and view Drive C using the windows explorer, then double click “Program Files&#8221; assuming that you installed EasyPHP in that folder.<br />
2. Right click on the folder where you installed EasyPHP then click “Properties“.<br />
3. On “Security” tab click “Edit…” button.<br />
4. Select the user that you are currently using.  This will probably be something like &#8220;Users (computer name)&#8221;<br />
5. Under “Permissions for Users” box, tick “Full control” on “Allow” column.<br />
6. And then click “OK” button to apply the changes.</p>
<p>Now you should be able to start mySQL server by clicking “mySQL” button on EasyPHP dialog and then click “Start“.  Or shut down EasyPHP and restart it again.</p>
<p>Hopefully that will solve issues when working with Windows 7 and EasyPHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2011/11/07/easyphp-on-windows-7-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyPHP on Windows 7</title>
		<link>http://www.withinweb.com/info/2010/07/04/easyphp-on-windows-7-3/</link>
		<comments>http://www.withinweb.com/info/2010/07/04/easyphp-on-windows-7-3/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 08:56:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=556</guid>
		<description><![CDATA[EasyPHP is an application that you install on your Windows computer which you can use as a development system for PHP / Apache and mySQL databases.
It can be downloaded form http://www.easyphp.org/ and I find it a very good way to develop applications using PHP on my Windows computer.
EasyPHP contains a single exectuable which when run, [...]]]></description>
			<content:encoded><![CDATA[<p>EasyPHP is an application that you install on your Windows computer which you can use as a development system for PHP / Apache and mySQL databases.</p>
<p>It can be downloaded form http://www.easyphp.org/ and I find it a very good way to develop applications using PHP on my Windows computer.</p>
<p>EasyPHP contains a single exectuable which when run, installs PHP, Apache web server and a mySQL database onto your Windows computer.  All<br />
very neat an convenient to use.</p>
<p>However, when I tried to install on Windows 7 I came across a number of issues with Apache and with mySQL.</p>
<p>When I launched the software, Apache wouldn’t start.  Here is the error :</p>
<p>Apache cannot run: another Web server is using the Web port or port is blocked by firewall.</p>
<p>To overcome this issue :</p>
<p>   1. Click the EasyPHP icon beside the “Apache” button.<br />
   2. Click “Configure” then click “EasyPHP“.<br />
   3. Uncheck “Check server’s TCP port before starting” then click “Apply” button and then “Close” button.<br />
   4. Click “Apache” button and then click “Start“.</p>
<p>That fixes the “Apache cannot run…” problem.</p>
<p>The above gets the Apache server to work but after I closed EasyPHP and ran it again, I got this second error message :</p>
<p>Unexpected end of MySql&#8230; See log file?</p>
<p>This is a mySQL error message and is actually a file permission problem. </p>
<p>So I changed the user permission for the EasyPHP directory and mySQL correctly started. </p>
<p>To set your permissions this is what you do :</p>
<p>   1. Open and view Drive C using the windows explorer, then double click “Program Files&#8221; assuming that you installed EasyPHP in that folder.<br />
   2. Right click on the folder where you installed EasyPHP then click “Properties“.<br />
   3. On “Security” tab click “Edit…” button.<br />
   4. Select the user that you are currently using.  This will probably be something like &#8220;Users (computer name)&#8221;<br />
   5. Under “Permissions for Users” box, tick “Full control” on “Allow” column.<br />
   6. And then click “OK” button to apply the changes.</p>
<p>Now you should be able to start mySQL server by clicking “mySQL” button on EasyPHP dialog and then click “Start“.  Or shut down EasyPHP and restart it again.</p>
<p>Hopefully that will solve issues when working with Windows 7 and EasyPHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2010/07/04/easyphp-on-windows-7-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>List of Deprecated features in PHP 5.3.x</title>
		<link>http://www.withinweb.com/info/2010/02/06/list-of-deprecated-features-in-php-53x/</link>
		<comments>http://www.withinweb.com/info/2010/02/06/list-of-deprecated-features-in-php-53x/#comments</comments>
		<pubDate>Sat, 06 Feb 2010 20:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=465</guid>
		<description><![CDATA[This web page provides a list of depreciated functions in PHP 5.3
http://php.net/manual/en/migration53.deprecated.php
]]></description>
			<content:encoded><![CDATA[<p>This web page provides a list of depreciated functions in PHP 5.3</p>
<p><a href="http://php.net/manual/en/migration53.deprecated.php">http://php.net/manual/en/migration53.deprecated.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2010/02/06/list-of-deprecated-features-in-php-53x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyPHP on Windows 7</title>
		<link>http://www.withinweb.com/info/2010/01/25/easyphp-on-windows-7-2/</link>
		<comments>http://www.withinweb.com/info/2010/01/25/easyphp-on-windows-7-2/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 20:37:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=367</guid>
		<description><![CDATA[How to fix Apache and MySQL problem
EasyPHP is an application that you install on your Windows computer and use as a development system for PHP / Apache and mySQL databases.
It can be downloaded form http://www.easyphp.org/
However, when I tried to install on Windows 7 I came across a number of issues with Apache and with mySQL.
This [...]]]></description>
			<content:encoded><![CDATA[<p>How to fix Apache and MySQL problem</p>
<p>EasyPHP is an application that you install on your Windows computer and use as a development system for PHP / Apache and mySQL databases.</p>
<p>It can be downloaded form <a href="http://www.easyphp.org/">http://www.easyphp.org/</a></p>
<p>However, when I tried to install on Windows 7 I came across a number of issues with Apache and with mySQL.</p>
<p>This article</p>
<p><a href="http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/">http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/</a></p>
<p>solved the problems for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2010/01/25/easyphp-on-windows-7-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EasyPHP on Windows 7</title>
		<link>http://www.withinweb.com/info/2009/12/10/easyphp-on-windows-7/</link>
		<comments>http://www.withinweb.com/info/2009/12/10/easyphp-on-windows-7/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 14:10:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=368</guid>
		<description><![CDATA[EasyPHP is an application that you install on your Windows PC and provides a development enviromment for Apache, mySQL and PHP.
You can download it from http://www.easyphp.org/
When I tried to install it on Windows 7 I came across a number of problems with Apache and mySQL.
This article
http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/
solves these problems for me and may by usefull to [...]]]></description>
			<content:encoded><![CDATA[<p>EasyPHP is an application that you install on your Windows PC and provides a development enviromment for Apache, mySQL and PHP.</p>
<p>You can download it from <a href="http://www.easyphp.org/">http://www.easyphp.org/</a></p>
<p>When I tried to install it on Windows 7 I came across a number of problems with Apache and mySQL.</p>
<p>This article</p>
<p><a href="http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/">http://ryan.rawswift.com/2009/09/20/easyphp-on-64-bit-windows-7-how-to-fix-apache-and-mysql-problem/</a></p>
<p>solves these problems for me and may by usefull to others.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2009/12/10/easyphp-on-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hosting of PHP applications</title>
		<link>http://www.withinweb.com/info/2008/09/12/hosting-of-php-applications/</link>
		<comments>http://www.withinweb.com/info/2008/09/12/hosting-of-php-applications/#comments</comments>
		<pubDate>Fri, 12 Sep 2008 07:02:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=20</guid>
		<description><![CDATA[If you are looking for a suitable hosting company, then Lunarpages.com is worth taking a look at. The Basic Plan is PHP/mySQL based, is competitively priced and in addition has unlimited storage and unlimited bandwidth. LunarPages.com
]]></description>
			<content:encoded><![CDATA[<p>If you are looking for a suitable hosting company, then <a href="http://www.lunarpages.com/id/webconcernsnet">Lunarpages.com</a> is worth taking a look at. The Basic Plan is PHP/mySQL based, is competitively priced and in addition has unlimited storage and unlimited bandwidth. <a href="http://www.lunarpages.com/id/webconcernsnet">LunarPages.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2008/09/12/hosting-of-php-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a database user with myPHPAdmin</title>
		<link>http://www.withinweb.com/info/2008/08/19/creating-a-database-user-with-myphpadmin/</link>
		<comments>http://www.withinweb.com/info/2008/08/19/creating-a-database-user-with-myphpadmin/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 20:46:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>
		<category><![CDATA[PHP-KeyCodes]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=17</guid>
		<description><![CDATA[PHP-eSeller, PHP-SecureArea and PHP-KeyCodes all require a mySQL database and hence require a database username and password.  Normally you will interact with the mySQL database using a control panel which will incorporate tools to easily create database and users.  These facilities are provided by your web host and will be the best way [...]]]></description>
			<content:encoded><![CDATA[<p><a href="/phpeseller/">PHP-eSeller</a>, <a href="/phpsecurearea/">PHP-SecureArea</a> and <a href="/phpkeycodes/">PHP-KeyCodes</a> all require a mySQL database and hence require a database username and password.  Normally you will interact with the mySQL database using a control panel which will incorporate tools to easily create database and users.  These facilities are provided by your web host and will be the best way to create database users.</p>
<p>However, with some web hosts it may be necessary to to create a user using myPHPAdmin.</p>
<p>To creating a user using the myPHPAdmin interface, asuming that you are logged in to myPHPAdmin with full previleges :</p>
<p>In a sql text box enter :</p>
<p><code>GRANT SELECT, INSERT, UPDATE, DELETE ON eseller.* TO eselleruser@localhost IDENTIFIED BY 'piggy911';<br />
FLUSH PREVILEGES;<br />
</code><br />
This above assumes that &#8216;eseller&#8217; is the name of the database, &#8216;eselleruser&#8217; is the name of the database user and &#8216;piggy911&#8242; is the password.</p>
<p>This will create a user with select, insert, update and delete previlages which is all that is required for a normal user.</p>
<p>NOTE that to create tables the user needs to have create table privileges which can be given by changing the the sql to</p>
<p><code>GRANT ALL PRIVILEGES ON eseller.* TO eselleruser@localhost IDENTIFIED BY 'piggy911';<br />
FLUSH PREVILEGES;</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2008/08/19/creating-a-database-user-with-myphpadmin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.6 update</title>
		<link>http://www.withinweb.com/info/2008/07/26/wordpress-26-update/</link>
		<comments>http://www.withinweb.com/info/2008/07/26/wordpress-26-update/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 09:35:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=13</guid>
		<description><![CDATA[WordPress 2.6 is out now and ready for install.  Here are only some of the improvements WordPress 2.5 has over WordPress 2.6:

Word count! Never guess how many words are in your post anymore.
Image captions, so you can add sweet captions like Political Ticker does under your images.
Bulk management of plugins.
A completely revamped image control to allow [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress 2.6 is out now and ready for install.  Here are only some of the improvements WordPress 2.5 has over WordPress 2.6:</p>
<ul>
<li>Word count! Never guess how many words are in your post anymore.</li>
<li>Image captions, so you can add sweet captions like Political Ticker does under your images.</li>
<li>Bulk management of plugins.</li>
<li>A completely revamped image control to allow for easier inserting, floating, and resizing. It’s now fully integrated with the WYSIWYG.</li>
<li>Drag-and-drop reordering of Galleries.</li>
<li>Plugin update notification bubble.</li>
<li>Customizable default avatars.</li>
<li>You can now upload media when in full-screen mode.</li>
<li>Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.</li>
<li>Full SSL support in the core, and the ability to force SSL for security.</li>
<li>You can now have many thousands of pages or categories with no interface issues.</li>
<li>Ability to move your wp-config file and wp-content directories to a custom location, for “clean” SVN checkouts.</li>
<li>Select a range of checkboxes with “shift-click.”</li>
<li>You can toggle between the Flash uploader and the classic one.</li>
<li>A number of proactive security enhancements, including cookies and database interactions.</li>
<li>Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.</li>
</ul>
<p>Download from : <a href="http://wordpress.org/download/">http://wordpress.org/download/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2008/07/26/wordpress-26-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finding the full path name (absolute path) of a folder</title>
		<link>http://www.withinweb.com/info/2008/06/29/find-the-full-path-name-absolute-path-of-a-folder/</link>
		<comments>http://www.withinweb.com/info/2008/06/29/find-the-full-path-name-absolute-path-of-a-folder/#comments</comments>
		<pubDate>Sun, 29 Jun 2008 07:25:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General PHP]]></category>
		<category><![CDATA[PHP-SecureArea]]></category>
		<category><![CDATA[PHP-eSeller]]></category>

		<guid isPermaLink="false">http://www.withinweb.com/info/?p=7</guid>
		<description><![CDATA[With many applications it is neccessary to find the full path name of a folder and then enter it into the admin area of the application. This is required in PHP-eSeller to identify the location of the digital files, and it is required in PHP-SecureArea to define the secure folders.
Download, unzip, and ftp to the [...]]]></description>
			<content:encoded><![CDATA[<p>With many applications it is neccessary to find the full path name of a folder and then enter it into the admin area of the application. This is required in <a href="/phpeseller">PHP-eSeller</a> to identify the location of the digital files, and it is required in <a href="/phpsecurearea">PHP-SecureArea</a> to define the secure folders.</p>
<p>Download, unzip, and ftp to the location of the folder and then call the file in your browser &#8211; http://www.example.com/images/absolutepath.php</p>
<p><a href="http://www.withinweb.com/downloads/absolutepath.zip">Click here to download the file absolutepath.zip</a></p>
<p>Another way of finding the full path name is to log in to the admin pages of <a href="/phpeseller">PHP-eSeller</a> or <a href="/phpsecurearea">PHP-SecureArea</a> and click on the menu item &#8216;PHP Info&#8217; and look for SCRIPT_FILENAME. That will give you the full file name of that file you are looking at. From that you should beable to work backwards to the root of your web site or to any other part of your site.</p>
<p>Note that the full path name of the folder is not the same as the http url of the folder directory &#8211; it will not work.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.withinweb.com/info/2008/06/29/find-the-full-path-name-absolute-path-of-a-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

