How to get web page title and meta tags using PHP
If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to automatically retrieve information about…
If you run any website that accepts submitted links, be it a tutorial website, a directory or a bookmarking site, you may find it useful to automatically retrieve information about…
The following PHP code will create image thumbnails on the fly . We are using PHP GD2 library. You will need to make sure that you have PHP with at…
Let us take any image type .JPG OR .PNG OR .GIF Here for original image I am using an image named "thank you1.jpg", For watermark I am using a PNG…
This is a very simple script that watermarks an image with a PNG file using PHP. Just save this PHP file as .php and run this in your website or…