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, [...]
Entries Tagged as 'General PHP'
EasyPHP on Windows 7
July 4th, 2010 · No Comments
Tags: General PHP
List of Deprecated features in PHP 5.3.x
February 6th, 2010 · No Comments
This web page provides a list of depreciated functions in PHP 5.3
http://php.net/manual/en/migration53.deprecated.php
Tags: General PHP
EasyPHP on Windows 7
January 25th, 2010 · No Comments
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 [...]
Tags: General PHP
EasyPHP on Windows 7
December 10th, 2009 · No Comments
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 [...]
Tags: General PHP
Hosting of PHP applications
September 12th, 2008 · No Comments
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
Tags: General PHP
Creating a database user with myPHPAdmin
August 19th, 2008 · No Comments
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 [...]
Tags: General PHP · PHP-KeyCodes · PHP-SecureArea · PHP-eSeller
WordPress 2.6 update
July 26th, 2008 · No Comments
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 [...]
Tags: General PHP
Finding the full path name (absolute path) of a folder
June 29th, 2008 · No Comments
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 [...]
Tags: General PHP · PHP-SecureArea · PHP-eSeller