Articles by Peter Radics
Simple permalink with .htaccess

About "permalink" Permalinks are simple clean urls like this: www.cleanweb.hu/cw/kezdolap. You can use permalinks to make your site familiar with search engines.
Watermark your images with PHP on the fly

Watermark your images with PHP on the fly By Peter Radics :: web design - cleanweb.hu Tuesday 9 January 2007 Commands we will use: header() imagefrompng() imagefromjpeg() imagecopymerge() imagejpeg() imagedestroy() getimagesize() The method: 1.

1