From its original design as a way to create dynamic web pages, PHP has evolved into a language (and supporting environment) that is particularly well suited to rapidly developing web-scale applications. Examples of these include Facebook and Wikipedia.
Read more »Why PHP Doesn’t Suck
Category: High End Tags:
- Login to post comments
Howto Install PHP GD (PHP Graphics) support in Ubuntu / Debian
PHP is not limited to creating just HTML output. It can also be used to create and manipulate image files in a variety of different image formats, including GIF, PNG, JPEG, WBMP, and XPM. Even more convenient, PHP can output image streams directly to a browser. You need to install GD Library for this purpose. Simply you can do this.
Read more »News: C is Still the Most Popular Open Source Language
C represents more than 40% of all code written for open source software. But this figure comes from counting lines of code. What about Java and PHP, or C++?
Read more »Category: High End Tags:
- Login to post comments
Installing Cherokee With PHP5 And MySQL Support On Ubuntu 9.04
Cherokee is a very fast, flexible and easy to configure Web Server. It supports the widespread technologies nowadays: FastCGI, SCGI, PHP, CGI, TLS and SSL encrypted connections, virtual hosts, authentication, on the fly encoding, load balancing, Apache compatible log files, and much more.
Read more »Installing Apache2 With PHP5 And MySQL Support On Ubuntu 9.04 (LAMP)
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an Ubuntu 9.04 server with PHP5 support (mod_php) and MySQL support.
Read more »- Login to post comments
Madeam PHP MVC Framework Interview
Interview with the creator of Madeam PHP MVC Framework. Madeam is a PHP5 web framework for small agile teams and freelancers.
Read more »Category: End User Tags:
- Login to post comments
FireFox add-on, Debug PHP Using Firefox with FirePHP
Typically, there are two main ways of debugging server-side code: you can utilize an Integrated Development Environment (IDE) with a built-in debugger or log and perform your debugging processes in a web browser.
Read more »Category: Community Tags:
- Login to post comments
Open Source PHP application, which convert guidesigner.net feed into a PDF newspaper
This is an open source PHP application which can convert any RSS feed into a PDF newspaper.
It works flawless with fetching only the text & ,currently, has a partial support for images.
Read more »Category: Community Tags:
- Login to post comments
Basic Introduction of Object Oriented PHP
Before we get too much farther, it is important to note that the code I’m going to show you won’t work in any version of PHP prior to version 5.
Read more »Category: High End Tags:
- Login to post comments
Amazing collection of Free PHP Frameworks and CMS
Huge collection of amazing open source php Content Management system. best for developers. easy to use and configure.
Read more »Category: Community Tags:
- Login to post comments
Securing PHP
PHP is the most popular scripting language used on the Internet and is a necessary component to many of the blogs and content management systems today. One of the important steps in securing your website is to disable those insecure options that are possible on PHP.
Read more »Category: High End Tags:
- Login to post comments
Lighttpd by Andre Bogus- Book Review
This book guides you to everything you will need to know to installing, maintaining and getting the best out of Lighttpd (or "Lighty" if you will). This piece of software is named correctly for its purpose, being a lightweight webserver. There are chapters about building Lighttpd, but even more interesting the book goes in depth about optimizing and securing the software.
Read more »Category: Beginner Tags:
- Login to post comments
Learn to work with lightning-fast web server Lighttpd
Of course, the move to Lighttpd is not a small one, especially if our Apache configuration makes use of its many features. Systems tied into Apache as a module may make the move hard or even impossible without porting the module to a Lighttpd module or moving the functionality into CGI programs, if possible. We can ease the pain by moving in small steps.
Read more »Problems running PHP as a separate FastCGI process
The article describes one particular problem the author encountered when running PHP as a standalone FastCGI process. The PHP process would after a certain number of requests stop responding altogether and this way cause all newly incoming requests to hang. The article does of course include a solution for the problems it mentions.
Read more »- Login to post comments
Simple Site Redirection On Apache For Linux Or Unix
Not the longest post of the year, but building up to the longest title ;)
Read more »Category: Beginner Tags:
- Login to post comments