php

TwitterFacebook
Get flash to fully experience Pearltrees

Miles Johnson // Blog: 5 custom PHP functions: Strings

http://milesj.me/blog/read/15/5-custom-basic-php-string-functions It's now time for some PHP that isn't Cake related. This is the first part in a series of "Basic/Common PHP functions that all programmers should know". This series has to deal with manipulating strings. I try to make my functions short, sweet and powerful, and I hope you learn something from them.
PHP class for generating PDF documents skip navigation menu It appears that you are using AdBlocking software. The cost of running this website is covered by advertisements. http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf

TCPDF - PHP Class for PDF

Simple Layouts with PHP

This tutorial is for those starting out in PHP and want to learn a great way to create layouts. This will help reduce redundancy and keep you from writing too much code. Download the Source Anyone that has been developing HTML based sites for some time has undoubtedly ran in to the issue of keeping the design consistent across multiple pages. http://blog.themeforest.net/tutorials/simple-layouts-with-php/
http://www.snipe.net/2009/03/quick-and-dirty-php-caching/

Quick and Dirty PHP Caching

Caching your database-driven website pages has a plethora of benefits, not the least of which being improved speed and reduced server loads. This article will explain how to set up a simple caching system, and will also address when and where caching might not be appropriate. For me, the impetus to switch to a caching method for one of my database driven sites was sparked by Mosso , since they bill by cpu cycle, and I have one site that is, well, humongous (60k+ pages), and it happens to the highest traffic site on the account.

40+ Invaluable PHP Tutorials and Resources

http://net.tutsplus.com/articles/web-roundups/40-invaluable-php-tutorials-and-resources/ PHP is one of the most popular scripting languages on the internet today, and one of the easiest to get into. Whether you’re a PHP newbie, or an experienced code-slinger, there is always something new to discover. A function you’re unfamiliar with a killer timesaving tool, a technique that you forgot about… Object Oriented PHP Object Oriented PHP for Beginners Killer PHP teaches the basics of Object Oriented PHP.