try another color:
try another fontsize: 60% 70% 80% 90%
PHP Suit
Useful PHP scripts

PHP scripts minifier

Nothing special. Just a little online tool for compressing PHP scripts. This tool strips whitespace and comments from your PHP script, exactly in the same way as the PHP interpreter does.

Blog: Tips and tricks from other pages IX

About REST and CSS compression.

PHP functions in JavaScript

If you're frustrated with JavaScript and its "higher-level function support", remembering the rich PHP library, try this. PHP.JS is an open source project in which we try to port PHP functions to JavaScript. By including the PHP.JS library in your own projects, you can use your favorite PHP functions on the client-side.

Blog: Self-extracting archives in PHP

How to create a self-extracting PHP script?

Paypal Direct Payment Component Using cURL

Another PayPal component for your pages.

Creating system daemon in PHP

Kevin van Zonneveld shows how to create daemons (services) in PHP.

Blog: Tips and tricks from other pages VIII

How to validate a credit card number and how to use SSL with cURL?

Export Database Schema as XML

Sometimes it can be useful to have a dump of the current database schema. This script reads the schema from a MySQL database and outputs XML that describes the schema.

Three tips to write PHP code defensively

few helpful hints to help you write your PHP code defensively, protecting your code from malicious attackers

BlogAPI Drupal filter

Using blog clients such as BlogJet or Windows Live Writer with Drupal can produce some unwanted things, such as ignoring the perex/article break or curious formatting. There is very simple module to solve.

Syndicate content