Archief van categorie PHP

Real Time Online Counter

Blogging, PHP 26 March 2006

Vandaag installeer ik een real time online counter RTOC op deze weblog.

RTOC is a free statistics script that uses flatfiles to store data.

Gewoon om eens te zien hoeveel lezers ik over de vloer krijg…

Movable Type en PHP

Blogging, PHP 26 October 2003

Op deze webpagina werkt de auteur van het weblog met .php extensies voor de templates, zodat ook PHP-scriptcode in de templates kan verwerkt worden. Er is inderdaad niet zoveel te vinden over site building met MT, maar dit is toch een goeie tip.

Ik heb toen toch maar besloten om met de MySQL-database te werken voor dit weblog. PHP en MySQL zijn als twee handen op één buik.

Using The Google Web APIs With PHP

PHP 25 July 2002

Met behulp van HTTP, XML en SOAP integreer je zoekresultaten uit de Google database in je webpagina’s. Gebruik een PHP-class voor de SOAP-functies, haal een wachtwoord op bij Google Web Services en volg de instructies uit dit artikel.

Templates in PHP

PHP 25 July 2002

All About Smarty - The PHP Template Engine. If you’re a newcomer to template compilation, or Smarty, the PHP template engine, this article’s a must-read! Chu Yeow explains all - from the ground-up. [SitePoint.com]

Apache HTTP Authentication with PHP

PHP 13 April 2002

Use only two global PHP variables $PHP_AUTH_USER and $PHP_AUTH_PW containing the username and the password that accompanied the current HTTP request and one PHP function header() to respond with a HTTP 401 error if username and/or password failed.

PHP cache

PHP 10 March 2002

Saving Resources with PHPCache. This tool allows you to cache parts of your script, such as the database queries, while it keeps other elements completely dynamic.
[WebmasterBase]

PHP code optimaliseren

PHP 10 March 2002

PHP: Hackers Paradise: Laziness is a Virtue,  Chameleon Coding, Speed of Coding, Not Speed of Code (Revisited)
[e-gineer.com]

Regular expressions in PHP

PHP 04 March 2002

PHP And Regular Expressions 101. Regular expressions needn’t be tools exclusive to UNIX shell programmers and Perl gurus. As guest author Mitchell Harper explains, adding basic regular expression functions to your PHP code is simpler than you might think.
[WebReference News]