PHP is a powerful server-side scripting language for creating dynamic and interactive websites.
PHP is the widely-used, free, and efficient alternative to competitors such as Microsoft's ASP. PHP is perfectly suited for Web development and can be embedded directly into the HTML code.
The PHP syntax is very similar to Perl and C. PHP is often used together with Apache (web server) on various operating systems. It also supports ISAPI and can be used with Microsoft's IIS on Windows.

Wednesday, April 29, 2009

Heart Internet exclusive offer: “Buy one get one free” with SitePoint

Web hosting provider Heart Internet (heartinternet.co.uk) has partnered with SitePoint (sitepoint.com) to offer their customers an exclusive ‘buy one get one free’ on SitePoint’s Web Development and Design books.

Heart Internet, which specialises in providing a variety of hosting services for resellers, agencies, IT professionals and home users, is opening the exclusive offer to both new and existing customers. SitePoint’s entire library is included in the offer which covers all the major areas of web design and development such as HTML, CSS, PHP, MySQL, JavaScript and ASP.NET.

Heart Internet co-founder Jonathan Brealey said “SitePoint is a great resource for beginners and professionals alike with books that cover every aspect of building a website. Being able to offer discounted pricing to our customers is a fantastic way to help them with their web development skills.”

Since their launch in 1999 SitePoint has grown in to one of the world’s leading web design and development resources with 180,000 customers and books sold in over 180 countries. “Our books provide best practice guidance to all types of web developers, designers, marketers, and site owners” explained SitePoint co-founder, Matt Mickiewicz, “We are pleased to be able to offer Heart Internet’s customers this great deal and help them make the most of their websites.”

For more information visit the website http://www.heartinternet.co.uk

About Heart Internet: Heart Internet is the Uks fastest growing reseller and one of the leading domain registrars in the UK. Their products are based around the offering the latest hosting technology at competitive prices.

About SitePoint: SitePoint specializes in publishing fun, practical, and easy-to-understand content for web professionals. Its popular online magazine, blogs, newsletters, and print books teach best practices to web developers and designers worldwide.

Monday, March 23, 2009

Microsoft opens Azure to PHP developers

Microsoft at the Mix09 conference last week revealed several moves intended to bolster its Windows Azure cloud computing platform, adding support for PHP application development and native code as well as full trust capabilities.

"Windows Azure is metaphorically the operating system for the cloud," said Prashant Ketkar, director of product marketing for cloud infrastructure services at Microsoft, in an interview at the conference in Las Vegas.

[Fast-changing platforms will challenge developers, read: " Developing cloud apps: What's different?" | And in other news from Mix09, Microsoft cited design updates as economic booster.]

Specific improvements made this week include expanding beyond managed code to native code support; allowing 'full trust,' which is how most applications or services are written; and offering FastCGI support to allow PHP development.

"Basically, the Windows Server team has done a ton of work with FastCGI that allows Windows Server to now support programming languages beyond just .Net and Visual Studio," Ketkar said. Through the FastCGI interface, developers can take existing PHP skills and PHP applications and services and run them on Azure.

Developers might also be able to run other languages via FastCGI, said Ketkar. Microsoft, though, has done stress-testing for PHP but not for other languages. "There is no reason that Ruby won't work through that same FastCGI interface," he said.

Microsoft's vision is to open up the platform to more languages, Ketkar said. Microsoft wants Azure to offer a "frictionless" development platform beyond just supporting .Net development, he said.

With full trust capabilities, Microsoft is expanding Azure beyond the medium trust capabilities that it had had since its original launch at the Microsoft Professional Developers Conference in October 2008.

Another Azure capability revealed this week was support for geo-location, in which developers can pick a geography where they want an application or service to run. This helps with latency issues, enabling, for example, a service to run in an East Coast data center if the user is on the East Coast, Ketkar said. Also, storage and compute elements could run in the same place.

There are certain circumstances, though, when users would not want to run an application in the cloud, such as if there were specific compliance issues or control over physical assets was needed, Ketkar said.

Regarding the outage Azure recently suffered, Ketkar said Microsoft was learning from the experience, and he noted the technology still is in a pre-release, community technology preview format.

Azure will be commercially launched by the end of this calendar year. A business model, including prices and service level agreement rules, will be announced this summer.

Thursday, February 26, 2009

Database Software & Management News – Access, DB2, SQL & Oracle

In this tutorial we will build an online bookmark system. This will be used to create a database for storing all our URL's and their descriptions. There are many commercial and non-commercial applications that offer almost the exact functionality that we will create in our application; the difference is that we have full control over our application, allowing us to tweak it to suit our needs.

The article continues at http://www.webreference.com/programming/php/user_personalization/index.html

Sunday, February 1, 2009

Eclipse Upgrades PHP Development Tools

The Eclipse Foundation, a consortium of developers supporting the open-source Eclipse development platform, announces a major upgrade to the Eclipse PHP Development Tools project, PDT 2.0.


The Eclipse Foundation, a consortium of developers supporting the open-source Eclipse development platform, has announced a major upgrade to the Eclipse PHP Development Tools project, PDT 2.0.

As a leading contributor to the PDT effort, PHP specialist Zend Technologies is pushing PHP as a key element of the Eclipse platform and as a language used for more mainstream development.

"Release 2.0 demonstrates our continued commitment to the Eclipse community," said Andi Gutmans, co-founder and senior vice president of R&D and alliances at Zend Technologies. "PDT is not only the premier open-source PHP development tool, but is also the basis for Zend's commercial IDE [integrated development environment] for PHP, Zend Studio for Eclipse. Additionally, in order to further align with Eclipse, PDT will become part of the Eclipse Galileo simultaneous release."

Eclipse Foundation officials said the focus of the PDT 2.0 release is to add support for the object-oriented programming features of PHP and to improve the overall user experience of the PDT environment. PDT provides all the basic code editing capabilities developers need to get started developing PHP applications.

Gutmans said he believes the enhancements in PDT 2.0 make PDT a compelling choice for developers looking to build simple PHP applications. Eclipse officials said PDT 2.0 also is ideal for Java programmers who want to write PHP code by providing them with an environment similar to the Eclipse JDT (Java Development Tools) they are already familiar with.

Wednesday, January 21, 2009

Eclipse PHP upgrade tackles object-oriented programming

The Eclipse Foundation is releasing on Wednesday version 2.0 of its Eclipse PDT (PHP Development Tools) project, which adds object-oriented programming and usability features.

PDT is an open-source development tool offering basic code editing capabilities for PHP applications. PHP is a server-side scripting language popular in Web development.

"This project [with the earlier 1.0 release] has seen wide adoption, [with] over 1 million downloads to date," said Roy Ganor, project lead for both PDT and the Zend Studio for Eclipse platform at PHP tool maker Zend Technologies.

[ For more on PHP and other scripting languages, see "Scripting languages spark new programming era." ]

Object-oriented features in version 2.0 include a type hierarchy view for faster code navigation; type and method navigation for searching of code based on type information, and override indicators to visually tag PHP methods that have been overridden.

"Object oriented [programming] in general gives you the ability to have much more modular code," Ganor noted.

Sunday, December 28, 2008

What's New in PHP v5.3

IBM delves into what's new in PHP 5.3: Part-1 shows you the changes to the object-orientated capabilities, and Part-2 shows you the exciting new possibilities with real closures and lambda functions. ["Read more" for Kroc's personal commentary]


PHP is a language I dislike, but am good at. It is a language that, as long as you stay away from certain parts of it, you'll be safe and it works well. It can even be beautiful in some rare instances.

The very hackish nature of PHP does allow for rapid development, but it's eclectic design makes it a minefield for anybody who isn't personally motivated and regimented about clean, safe and sensible coding.

The new improvements in 5.3 only continue the junk-shop eccentricity of the language. Great when you know you want these things and how to use them, a pain if it's all new to you.

PHP can claim to be "Object Orientated" until the cows come home, but the fact of the matter is PHP's native objects and commands are still painfully procedural, trapped in a stasis field of backwards-compatibility.

Whilst a new high-speed fixed array is nice, the project is trying to solve it's problems by bundling a library rather than entering this stuff into the core syntax. I honestly don't want to use a bolted-on library and to have to instantiate classes for something I would much rather be able to do properly inline with the native syntax array (...). Having to use a library makes for syntaxically unpretty and elongated code, the spawning of more and more one-shot classes and variables until your code starts looking like VB6 meta-programming.

Saturday, October 18, 2008

ResellersPanel Launches a Free PHP Script Installation Website

ElefanteInstaller.com will help inexperienced webmasters build a personal blog, a community forum or a photo gallery quickly and easily, but will also assist web hosting resellers in presenting their online offers more successfully.

ResellersPanel, the synonym of free reseller web hosting, announces that it has recently launched elefanteinstaller.com – a new website, which offers detailed descriptions, demo versions and the free installation of more than 30 open source PHP scripts, among them phpBB2, WordPress, Joomla, Mambo, osCommerce, Drupal, Coppermine and many others, grouped in the following categories: Blog, Forum, CMS, E-Commerce, Photo Gallery, Wiki, Classified Ads, Calendar, Guestbook, Project Management, Client Management, Ad Management, Customer Support. The one-click automated script installation available through the new Elefante Installer website will help users avoid the difficulties related to the otherwise quite complicated PHP script installation process, which requires at least some basic knowledge of MySQL, phpMyAdmin, the Apache web server, etc., on their part.

Typing the elefanteinstaller.com URL into a web browser will take the visitors to a website where they can see detailed explanations of the functionalities of the various PHP scripts and learn how each script is working in real website environment through the admin and client demo accounts provided. However, if a given reseller’s customer opens elefanteinstaller.com through the respective link placed on that reseller’s web store, the Elefante website will also display the hosting offers of the very reseller whose store the client has been referred from. In this case the name of that reseller’s store will appear in the URL of the Elefante website immediately after the domain name itself, which will increase its brand awareness, and elefanteinstaller.com will in fact serve as an additional reseller web store.

Each web hosting plan offered on the reseller web stores and, respectively, on the new Elefante website, has been optimized to accommodate websites based on the various scripts elefanteinstaller.com is offering, and comes with a free website builder, free domain name registration and PHP script installation options, and a set of free marketing tools for boosting website popularity. Moreover, all users can download for free any of the Joomla templates and WordPress themes currently on offer, and create dynamic, content-rich, professionally-looking, multi-language personal and business websites, online communities, blogs or e-commerce portals quickly and easily.