php

TwitterFacebook
Get flash to fully experience Pearltrees
Installing via Composer Create a composer.json file in your project directory and add PHPMD as a required dependency: Then install Composer in your project (or download the composer.phar directly): ~ $ curl -s http://getcomposer.org/installer | php And finally let Composer install the project dependencies: ~ $ php composer.phar install

PHP Mess Detector

http://phpmd.org/download/index.html
http://aciddrop.com/php-speedy/ UPDATE - PHP SPEEDY WP: Speedy Wordpress Plugin now available! PHP Speedy is a script that you can install on your web server to automatically speed up the download time of your web pages. Here’s an example, from a test page: Before PHP Speedy - 14 requests that took 4.44 seconds

PHP Speedy | Aciddrop.com

Today, I’m going to write about PHP, The most popular server-side scripting language. There are lots of articles & tutorials online that help novice PHP developers to learn PHP step by step . In this post I’ve listed some of the best PHP tutorials , articles & resources in some of the most important PHP skills. http://www.devwebpro.com/php-tutorials-utopia-13-vital-php-skills-for-every-novice-php-developer-and-solutions/

PHP Tutorials Utopia: 13 Vital PHP skills for every novice PHP developer and solutions - aComment.net

PHP Functions Essential Reference. Copyright © 2002 by New Riders Publishing (Authors: Zak Greant, Graeme Merrall, Torben Wilson, Brett Michlitsch). This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). http://www.phpdig.net/ref/

PHP Reference Guide

Simple variables and operators | Practical PHP Programming

http://www.tuxradar.com/practicalphp/3/0/0 Once you are up and running with your own PHP programming, you'll find that the majority of your scripts are variables, operators, and under ten functions that you use commonly. In this chapter we will be looking at the different types of variables used in PHP, which to use and when, and also how to convert between the different types. We'll also be looking at operators - these are things that have any effect on variables, such as adding, subtracting, and multiplying. This chapter is designed to give you complete information on how PHP's variables work - you needn't understand some of the more complicated parts, such as references or variable variables, unless you really want full comprehension of the language.