How to add watermark text on image in php
Watermark text can we added by using php image library such as GD and Imagemagick
Watermark text can we added by using php image library such as GD and Imagemagick
You can download files directly using url or you can your files server to server using following code
FPDF is php class that is used to generate pdf in php. IN FPDF F stands for free it means you can use or modify it accordingly.
Bootstrap is an open source framework to create responsive, mobile friendly sites. It contains HTML and css based design templates for website interface.It is free to download and use. In bootstrap 4 there are various predefined classes for padding and margin to improve the element’s appearance.
WordPress comes with many hooks, hooks are functions that can be used to an action or a filter.For adding text after WordPress content we also have a filter.
User agent is a string that help us to identify the current browser.
Facebook is the most popular social networking site. Facebook provides graph api to get data . We can fetch Facebook profile data using JavaScript also.
Laravel support inbuilt helper functionality that we can use in our web application. Please follow the following easy steps to create your own custom helper. First create a folder Helpers in your app directory Now create a file CustomHelper.php in this helpers folder Open newly created file and write the following code Open config/app.php and […]