Here is the code for converting html into canvas. When we click on Preview button canvas will be show and click on Download canvas will be save in .png format.
Here is the PHP script that will import your large CSV file data within seconds . Steps 1. Copy the below code and paste into your file and save your file with “.php” extension or you can download file directly from here. 2. Copy your csv file and paste into the same folder where your […]
Follow the following steps exactly to installing laravel on ubuntu operating system Basic Need : apache server installed php 5.8 and above internet connection Root permission for terminal // notice: in these steps i had use “brijesh” an an example for project name you can user your own porject name by replacing it with yours. Step1: First install composer user […]
These are the pre-define function defined in wordpress we just need to use it directly where we wanted. the most common functions we normally use is get title , get site url etc. So basically these are for beginners and you become expert while regular using this. there are comment with every function to explain […]
To create a custom helper in cakephp first create a file in Helper folder and Helper classes should be suffixed with ‘Helper’. example- (YourProject/src/view/Helper/CustomHelper.php) CustomHelper.php is our new helper with Helper suffix. Now in CustomHelper.php you can create function like this example How to call custom helper function in view file To call custom helper […]
In our example we call AppController function from webroot file. you can call any controller function from webroot file. To Call Controller function from webroot file in Cakephp create a new file on webroot and paste this code- Cakephp 3.4 Cakephp 3.8