- 1,251 categories
- 40,829 scripts
- Anyone that has to do a large sum of unusual data manipulation will always choose to use regular expressions (''regex'') over native functions because of one thing: power. In PHP the ''ereg_'' functions are what utilize ERE POSIX,...
- If you want to have more control over your scripts, the output buffering functions are the way to go. Anything from error handling to multiple header() commands in a single document. Not only does output buffering offer a powerful API for handling co...
- This from IBM developerWorks, targets the PHP developer who already understands PHP, but either wants to write more efficient PHP code or wants to improve the performance of existing PHP applications. Requires registration to read the article on the ...
- Templates provide a simple means to seperate server side code from client side code in our scripts. This article looks at when template systems are useful, their shortcomings and why template engines are a bad idea.
- UML (Unified Modelling Language) is a mechanism for representing software in the form of diagrams. Essentially it allows to design our applications by drawing, and if the right tools existed, even generate code from the diagrams. In this article we&a...
- A introduction to using Regular Expressions in PHP.
- Learn how to develop your own coding specifications.
- The Develop rock-solid code in PHP series is about solving practical real-life problems in medium- to large-scale applications. With a sharp focus on new features available in PHP 4, the articles shed light on numerous tips and tricks that make life ...
- The series Develop rock-solid code in PHP is about solving practical, real-life problems in medium- to large-scale applications. This article discusses how to use variables effectively. It also shows how to make script configuration easy by construct...
- Need to limit how long a string is? This tutorial will show you how.
Page: