How to create a custom elementor widget
Create a custom elementor widget with section and multiple elementor controls: Follow the below instruction: 1. Copy and paste the…
Read Article11 articles found
Create a custom elementor widget with section and multiple elementor controls: Follow the below instruction: 1. Copy and paste the…
Read ArticleCopy and Paste the following code for creating a custom popup with html/css and js or download the file click…
Read ArticlePlease follow the below steps for creating pdf file in php using html2pdf php library 1. Download the html2pdf php…
Read ArticleDownload the zip file from the following link HTML2PDF.ZIP and run any example to create pdf. require_once dirname(__FILE__).'/vendor/autoload.php'; use Spipu\Html2Pdf\Html2Pdf;…
Read ArticleAdvertisement
1. get url infomation via php <?php $uri_path = parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH); $uri_segments = explode('/', $uri_path);…
Read Article1. Create html form <form class="fpd-upload-form" enctype="multipart/form-data" method="POST"> <div class="fpd-upload-zone"> <input type="file" multiple="multiple" class="fpd-input-image"…
Read ArticleFile upload via Jquery ajax in wordpress HTML View <form enctype="multipart/form-data" id="form_data_upload"> Name: <input id="name_name" type="text" name="name_data"…
Read ArticleSet php variable value in localstorage – echo "<script>document.write(localStorage.setItem('auth_Token', '".$auth_Token."'))</script>"; Get localstorage value into into a php variable –…
Read ArticleAdvertisement
Mysql code: CREATE TABLE `table_name` ( `data` varchar(300) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL ) INSERT INTO `table_name` VALUES…
Read ArticleIf You are looking for a simple way to disable right click for any html element then here you will…
Read Article