[PHP] Re: PHP5 + Mysql5 + Apache 2.0.55

2006-01-14 Thread Libit
Erik Gyepes wrote: Hi all. I'm trying to set up mysql 5 with php 5 on my windows machine, but I can't get work it. Also I can't see any loaded extensions with phpinfo(). I have set extensions directory in php.ini, PATH dir in windows, what else I may to do? I used linux a lot of time and now

Re: [PHP] watermark png on jpg

2006-01-03 Thread Libit
way to make this work. tanks in advance. :) Libit: I was working on the same thing. The following is a solution -- but, simple and best are relative. This was taken from "PHP Graphics Handbook" by Kent et al. imagecopy($original, $watermark, ($osx-$wsx)/2, ($osy-$wsy)/2, 0, 0,

[PHP] watermark png on jpg

2006-01-02 Thread Libit
I have png image with transparent background, and 1 jpg file. I use imageCopyMerge to paste the png image on the jpg image. the result image contain no transparent background mean the png file have white background when its suppose to be transparent what is the simple and best way to make this