PHP
PHP is a computer scripting language, originally designed for producing dynamic web pages.
Application
Network
Remove
Platform
Any
License
Any
In this article we introduce the project task tracking application called TrackStar. This type of user-based application has many features that are common to a great many web applications out there....
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.
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...
Linux, Apache, MySQL, and PHP form the basis of the LAMP architecture for Web applications. This third article, the last in a series of three, focuses on tuning the database layer for maximum...
Linux, Apache, MySQL, and PHP form the basis of the LAMP architecture for Web applications. As the load on an application increases, the bottlenecks in the underlying infrastructure become more...
It seems very basic, but quite important in getting started to prepare your own computer/laptop to be ready to run your future PHP Scripts on localhost. From this tutorial, you will learn how to...
This article describes how to create a really basic chat script, and nothing more. In the next parts we'll be adding more features, eventually creating a really robust and powerful chat script.
Setting up a web application to send plain text email is easy. What if you need the email to handle other content, such as images or special document formats? This article explains how to design a...
One of the harder tasks to writing a PHP application (or any program) is to know how to break down the processes into smaller, more manageable pieces. Let us start with an often requested web...
If you're new to Web development, you could be forgiven for thinking that it consists of no more than a mass of acronyms, each one more indecipherable than the last. ASP, CGI, SOAP, XML, HTTP - the...
With many websites using a database backend for storing and delivering content, certain common problems arise. One of these is a situation that causes the server to slow down or even bring the system...
There are an infinite number of reasons why you might want to use your website to send SMS. You might want to add a "send by SMS" option to your headlines, for example, or you might want to provide...
In this article, you will use a LAMP environment to create a PHP-based Rich Internet Application. A Macromedia Flash front end brings in data through the standard Macromedia Flash Remoting Components.
With more and more e-commerce sites popping up around the world, the amount of transaction servers will need to grow to support them all. Many of the newer e-comms providers have made life easier for...
Working on a website for my company, I discovered the need for wireless access to my email, stocks and such. Not wanting to pay someone else to give me this information, I decided to develop a...
One of the most commonly faced dilemmas of system administrators is making dissimilar operating systems and tools work with each other. It is my hope that this article will make those system...
Interaction on the WWW often means filling out forms, hitting the submit button and getting a certain result. HTML and HTTP provide a mechanism to perform this quite easily through forms. PHP has...
The fascination with having software automate your mundane tasks never ceases. One such tedious activity lies in email parsing. Email accounts can be a useful tool for enabling people to enact a...