<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dharmik Tank</title>
    <description>The latest articles on DEV Community by Dharmik Tank (@dharmik_tank).</description>
    <link>https://dev.to/dharmik_tank</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F300649%2F920b9596-a721-435c-98a1-75de4a55231d.png</url>
      <title>DEV Community: Dharmik Tank</title>
      <link>https://dev.to/dharmik_tank</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dharmik_tank"/>
    <language>en</language>
    <item>
      <title>Php Datatables Delete Multiple Selected Rows Tutorial
</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Fri, 30 Apr 2021 09:47:30 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/php-datatables-delete-multiple-selected-rows-tutorial-4c6j</link>
      <guid>https://dev.to/dharmik_tank/php-datatables-delete-multiple-selected-rows-tutorial-4c6j</guid>
      <description>&lt;p&gt;Hi Dev,&lt;/p&gt;

&lt;p&gt;In this blog, I will explain you how to delete multiple selected records useing datatables in php. We will show delete multiple selected records in php. you can easy delete multiple selected records useing datatables in php. we will show datatables delete multiple selected rows example in php.&lt;/p&gt;

&lt;p&gt;I will give fulll example of php delete multiple selected records in datatables.&lt;br&gt;
more ...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/php-datatables-delete-multiple-selected.html"&gt;https://itwebtuts.blogspot.com/2021/04/php-datatables-delete-multiple-selected.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>blog</category>
    </item>
    <item>
      <title>Laravel 8 Multiple Image Upload Example
</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Thu, 29 Apr 2021 07:30:05 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-multiple-image-upload-example-p5</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-multiple-image-upload-example-p5</guid>
      <description>&lt;p&gt;In this blog, i will explain how to remove extension from a filename.If you’ve got a filename that you need to remove the extension from with PHP.We will show remove extension from a filename. i will using pathinfo(), basename(),etc different function to remove file name extension.&lt;br&gt;
more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-multiple-image-upload-example.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-multiple-image-upload-example.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>PHP Pagination with MySQL and Bootstrap Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Thu, 29 Apr 2021 06:53:52 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/php-pagination-with-mysql-and-bootstrap-tutorial-2nii</link>
      <guid>https://dev.to/dharmik_tank/php-pagination-with-mysql-and-bootstrap-tutorial-2nii</guid>
      <description>&lt;p&gt;Today, I will learn you how to create pagination in php. We will show example of php pagination with mysql and bootstrap. you can easy to create pagination with mysql and bootstrap in php. We will make dynamic limit in pagination with the session, create prev, next feature, active class in pagination to display results fetched from MySQL database.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;What is Pagination?&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Pagination is a way of showing the data on multiple pages rather than putting them to a single page. Pagination helps to divide the records onto several pages, which makes the data more readable and understandable.&lt;/p&gt;

&lt;p&gt;Pagination is a common task for PHP developers. MySQL helps the developer to create pagination by using LIMIT clause, which takes two arguments. The first argument as OFFSET and the second argument is number of records that will return from database.&lt;/p&gt;

&lt;p&gt;more ...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/php-pagination-with-mysql-and-bootstrap.html"&gt;https://itwebtuts.blogspot.com/2021/04/php-pagination-with-mysql-and-bootstrap.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>tutorial</category>
      <category>programming</category>
      <category>mysql</category>
    </item>
    <item>
      <title>Laravel 8 Send Email Example Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Wed, 28 Apr 2021 09:48:19 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-send-email-example-tutorial-1lba</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-send-email-example-tutorial-1lba</guid>
      <description>&lt;p&gt;Laravel 8 provide several way to send email. You can also use core PHP method for send mail and you can also use some email service providers such as sendmail, smtp, mandrill, mailgun, mail, gmail etc. So you can choese any one and set configration. Laravel 8 provide Mail facade for mail send that have sevaral method for send email.In this example i going to show you how to send emails from gmail account example. &lt;br&gt;
more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-send-email-example-tutorial.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-send-email-example-tutorial.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>Laravel 8 Generate QR Code Example</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Tue, 27 Apr 2021 14:01:42 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-generate-qr-code-example-39e2</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-generate-qr-code-example-39e2</guid>
      <description>&lt;p&gt;Today,I will learn you how create QR Code in laravel 8 we will show QR Code generator example in laravel 8.I will generator QR Code useing simplesoftwareio/simple-qrcode package in laravel 8. laravel 8 QR Code generator example. in this tutorial, i would like to show you how to generate or create QR Code in laravel 8 using simplesoftwareio/simple-q      more...                   &lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-generate-qr-code-example.html?m=1"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-generate-qr-code-example.html?m=1&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>PHP Upload File Using Ckeditor Example - Itwebtuts</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Mon, 26 Apr 2021 15:50:29 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/php-upload-file-using-ckeditor-example-itwebtuts-3bjk</link>
      <guid>https://dev.to/dharmik_tank/php-upload-file-using-ckeditor-example-itwebtuts-3bjk</guid>
      <description>&lt;p&gt;Here, i give you full example of How to How to do custom file upload with in CKEDITOR step by step like create one file in this file we are integrate CKEDITO and secound another file which we are created for uploadin custom file.&lt;/p&gt;

&lt;p&gt;Following The Step:&lt;/p&gt;

&lt;p&gt;1)create one index.php file&lt;/p&gt;

&lt;p&gt;2)create cstom file uploading file &lt;/p&gt;

&lt;p&gt;more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/php-upload-file-using-ckeditor-example.html"&gt;https://itwebtuts.blogspot.com/2021/04/php-upload-file-using-ckeditor-example.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>tutorial</category>
      <category>programming</category>
    </item>
    <item>
      <title>Laravel One to Many Eloquent Relationship Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Sat, 24 Apr 2021 06:03:58 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-one-to-many-eloquent-relationship-tutorial-4i0j</link>
      <guid>https://dev.to/dharmik_tank/laravel-one-to-many-eloquent-relationship-tutorial-4i0j</guid>
      <description>&lt;p&gt;In this tutorial, I Will explain you how to create laravel one to Many eloquent relationship. We will create one to many relationship in laravel. We will learn how we can create migration with foreign key schema, retrieve records, insert new records, update records etc. I will show you laravel hasMany relationship example.&lt;br&gt;
more..&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-one-to-many-eloquent.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-one-to-many-eloquent.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>programming</category>
      <category>tutorial</category>
      <category>php</category>
    </item>
    <item>
      <title>Laravel 8 ConsoleTvs Charts Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Fri, 23 Apr 2021 09:08:35 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-consoletvs-charts-tutorial-ppl</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-consoletvs-charts-tutorial-ppl</guid>
      <description>&lt;p&gt;Hi Guys,&lt;/p&gt;

&lt;p&gt;Today,I will learn you how to use consoletvs charts in laravel 8. If you need to add some graphs to your views, maybe you have work with some js library to add cool graphics but even with a good library like ChartJS implementing this is not so easy.&lt;br&gt;
&lt;strong&gt;Step 1: Install Laravel 8 Application&lt;/strong&gt;&lt;br&gt;
we are going from scratch, So we require to get fresh Laravel application using bellow command, So open your terminal OR command prompt and run bellow command:&lt;/p&gt;

&lt;pre&gt;
composer create-project --prefer-dist laravel/laravel blog
&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Step 2 :Installing consoletvs Package&lt;/strong&gt;&lt;br&gt;
Now In this step, install consoletvs/charts:6 package in laravel 8 app via following command.&lt;/p&gt;

&lt;pre&gt;
composer require consoletvs/charts:6
&lt;/pre&gt;

&lt;p&gt;more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-consoletvs-charts-tutorial.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-consoletvs-charts-tutorial.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>programming</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Laravel 8 Resize Image Before Upload Example Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Fri, 23 Apr 2021 06:52:54 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-resize-image-before-upload-example-tutorial-32ee</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-resize-image-before-upload-example-tutorial-32ee</guid>
      <description>&lt;p&gt;Today, I will learn you how to resize image before upload in laravel 8. we will show example of resize image before upload in laravel 8.if you want to see example of laravel 8 generate thumbnail image then you are a right place. we will help you to give example of laravel 8 resize image before upload.I will explain step by step tutorial laravel 8 resize image.&lt;br&gt;
more....&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-resize-image-before-upload.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-resize-image-before-upload.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>tutorial</category>
    </item>
    <item>
      <title>Laravel Custom ENV Variables Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Thu, 22 Apr 2021 09:13:39 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-custom-env-variables-tutorial-361e</link>
      <guid>https://dev.to/dharmik_tank/laravel-custom-env-variables-tutorial-361e</guid>
      <description>&lt;p&gt;Today,I will learn you how to add custom env variables in laravel. We will example of laravel custom env variables. i explained simply about how to add custom env variables in laravel. i would like to share with you add new custom env variables laravel. Let's get started with laravel create new env variable.&lt;br&gt;
more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-custom-env-variables-tutorial.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-custom-env-variables-tutorial.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>tutorial</category>
      <category>env</category>
    </item>
    <item>
      <title>Jquery UI Nested Tabs Tutorial</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Thu, 22 Apr 2021 09:05:11 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/jquery-ui-nested-tabs-tutorial-341m</link>
      <guid>https://dev.to/dharmik_tank/jquery-ui-nested-tabs-tutorial-341m</guid>
      <description>&lt;p&gt;This post will give you example of jquery ui nested tabs example . Here you will learn jquery ui sub tabs example. This tutorial will give you simple example of example of jquery ui tabs with subtabs. This tutorial will give you simple example of jquery ui tabs with subtabs.&lt;br&gt;
more....&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/jquery-ui-nested-tabs-tutorial.html"&gt;https://itwebtuts.blogspot.com/2021/04/jquery-ui-nested-tabs-tutorial.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>jqueryui</category>
      <category>jquery</category>
      <category>tutorial</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Laravel 8 Autocomplete Search using Typeahead JS Example</title>
      <dc:creator>Dharmik Tank</dc:creator>
      <pubDate>Wed, 21 Apr 2021 09:12:51 +0000</pubDate>
      <link>https://dev.to/dharmik_tank/laravel-8-autocomplete-search-using-typeahead-js-example-5glc</link>
      <guid>https://dev.to/dharmik_tank/laravel-8-autocomplete-search-using-typeahead-js-example-5glc</guid>
      <description>&lt;p&gt;Today,I will learn you how to create autocomplete search using typeahead js in laravel 8. We will show example of laravel 8 autocomplete search using typeahead js. We will share with you how to build search autocomplete box using jQuery typehead js with ajax in laravel 8.i will use jQuery typehead js plugin, bootstrap library and ajax to search autocomplete in laravel 8 app.&lt;br&gt;
more...&lt;br&gt;
&lt;a href="https://itwebtuts.blogspot.com/2021/04/laravel-8-autocomplete-search-using.html"&gt;https://itwebtuts.blogspot.com/2021/04/laravel-8-autocomplete-search-using.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>laravel</category>
      <category>php</category>
      <category>tutorial</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
