How to generate pdf in PHP using FPDF
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.
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.
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 […]
Stripe is one of the best payment gateways for online transactions. It allows credits cards directly through websites to your stripe account. Create a file name config.php and write some configuration Create a new file name form.php and write following code Download Stripe Library
Woo-commerce is an open source WordPress plugin to build own online store. Woo-commerce is the more popular eCommerce solution.It comes with many shortcodes that help to expand functionality
You can send email using gmail by using below code.