PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Computer Science
Remove
Platform
Any
License
Any
Tutorials and References for PHP. This section covers how to use PHP's ultimate database class.
Tutorials and References for PHP. This section covers how to use PHP's ultimate database class, PDO.
Today most of the programming language supports functionalities like rich programming that can handle complex tasks more effectively, compatibility with different platforms & support of multiple...
A web server is required to execute the php scripts. In this tutorial we will install and configure PHP 5.3.2 on Apache 2.2.15 Web server.
The fundamental problem of PHP is how best to actually generate HTML - after all generating HTML is what PHP is all about. Some solutions to the problem that many don't even realise exists.
Take a look at CouchDB from a PHP developer's point of view, and learn how CouchDB gives you a document-based, schema-free, ad-hoc database with a flat address space. Learn how you can add CouchDB to...
PHP programmers come in different shapes, sizes and colors. Some have college degrees, others dropped out of high school. But what makes a PHP programmer valuable? Are they too risky? What should you...
PHP is an attractive technology, that facilitates a pick-and-mix model of Web-site development. As the popular PHP language continues to evolve, many new features enhance its object-oriented aspects....
an introduction to using smarty templates
Separation of concerns is a concept in object-oriented (OO) software design that allows you to build more-modular applications. Modular applications are easier to maintain and add new features to....
Namespaces are a way of making sure you have the correct PHP class, constant, or function and that people using your PHP classes can be sure they're using the correct ones. These tips provide a few...
Twitter provides an API so Web developers can enable their users to access the various features that the Twitter site provides. In this article, learn the basics of using the Twitter REST API. Get...
CakePHP is a stable production-ready, rapid-development aid for building Web sites in PHP. Learn how to install and configure CakePHP, the basics of MVC design, how to validate user data in CakePHP,...
Learn how to better integrate scripts with command-line tools. Examine using shell_exec(), exec(), passthru(), and system(); safely passing information to the command line; and safely retrieving...
In this article, learn about the new PHP V6 features in detail. Learn how it is easier to use, more secure, and more suitable for internationalization. New features include improved support for...
The new QueryPath library, a PHP cousin of the jQuery JavaScript library, offers an efficient API for working with XML, HTML, and HTTP. In this article, Walk through a simple example and build a...
The new QueryPath library, a PHP cousin of the jQuery JavaScript library, offers an efficient API for working with XML, HTML, and HTTP. In this article, Walk through a simple example and build a...
In this article you will learn how Aptana makes it easy to develop applications based on PHP and MySQL, and how to deploy them to the cloud. Also explore some of the critical design differences...
The PHPCompute node is a new general-purpose programmable node that embeds the WebSphere sMash runtime for PHP. This article shows how you can use the PHPCompute node to write PHP scripts that...
Google Web Toolkit (GWT) applications, apart from connecting to servlets in time-honored Java fashion, can also use PHP Web services to send and receive data in XML. You'll explore methods to...