Flash Session in laravel and PHP

Friends, session is very important in both HP alarms. Authentication of session is done the most. Authentication is mainly called login registration of the user. After logging in to the…

0 Comments

Duplicate form using jquery

<form class="duplicateForm">                     <div class="row duplicate my-3">                         <div class="col-12 col-sm-6 col-md-6 col-lg-4 col-xl-4">                             <lable>Fixed Cost</lable>                             <input type="number" name="owner_name[]" class="form-control owner_name" />                         </div>                           <div class="col-12 col-sm-6 col-md-6 col-lg-4 col-xl-4">                             <lable>Urgent Cost</lable>…

0 Comments

Inner join

Friends, join is a very important chapter, it is done during operation in Laravel and PHP. With the help of join, we can write complex queries very easily and can…

0 Comments

Get day and date using php

Date and time are some of the most frequently used operations in PHP while executing SQL queries or designing a website etc. PHP serves us with predefined functions for these…

0 Comments