Page 17 of 57

How to watermark image using php

Last updated on November 29th, 2022 at 03:51 pmThis 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 localhost. Make sure the path specified for your image and the watermark png is correct. In the […]

How to create custom right click menu using Javascript

Last updated on November 28th, 2022 at 07:16 pmIn this tutorial you will see how to add a custom / context menu to your web page using javascript. Let us get started. There are mainly 2 files they are menu.CSS and menu.JS . Right click menu is enabled only on DIV section that we specify. […]

How to send an HTML email with attachment using PHP

Last updated on June 9th, 2022 at 11:39 amSending an email with attachment from your website is really a great add on. To enhance the user experience let us add some HTML content as well. Usually an email configuration is required if you have a contact us page where you want visitors to attach any […]

« Older posts Newer posts »