How to create text watermark using php?This is describes how to create simple text watermark using php.Tested in many browsers.Uploaded file type is same to final image type.Only you have to call to the function and get output.View demo and download source code.
In the another post is describes how to create simple image watermark using php.But this watermark text is very simply an smiler to it.First you get a font that you want to apply to this(Ex: TIMES.TTF for Time New Roman font).
Everything I’ll describes here simply by commenting.
This is the php function.
This is the html form.
Now see, how to call to this function.
You uploaded file size is ".$fileSize.'MB'; } } } ?>
Now put this all together.
You uploaded file size is ".$fileSize.'MB'; } } } ?>
That’s only.
View Demo
Download PHP Creating watermark text Example (567 KB)