Posts

Showing posts from February, 2020

Import CSV Data to MySQL Database with Laravel

Import CSV Data to MySQL Database with Laravel

Codeigniter - How to fetch datatable data from ajax?

Form  < table class= "table table-striped table-hover dt-responsive display nowrap" id= "amazonfees" > < thead > < tr > < th > User </ th > < th > Date </ th > < th > Invoice No </ th > < th > Amount </ th > < th > Shipping Charge </ th > < th > PG Listing & Other Charge </ th > < th > Storage Fee </ th > < th > Contractor Amount </ th > < th > Professional Amount </ th > < th > Rent Amount </ th > < th > Brokerage Amount </ th > < th > Sub Total </ th > < th > Action </ th > </ tr > </ thead > < tbody > </ tbody > </ table > JS < script type= "text/javascript" > $ . noConflict (); jQu...

Import CSV Data into Mysql in Codeigniter

From < form id= "csvfile" method= "post" enctype= "multipart/form-data" action= " <?php echo base_url(). "admin/amazon_fees_detail/uploadcsvamazonfeesdetail" ; ?> " > < div class= "form-group" > < div class= "col-sm-3" > <?php echo anchor( 'admin/amazon_fees_detail/createamazonfeesdetail' , '<i class="fa fa-plus"></i> Create Amazon Fees Detail' , array ( 'class' => 'btn btn-block btn-primary btn-flat' )); ?> </ div > </ div > < div class= "form-group" >< div class= "col-sm-3" ></ div ></ div > < div class= "form-group" > < label class = "col-sm-3 control-label" style= " text-align : end ; padding-top : 5 px ; " > Upload CSV File </ label > < div class= ...

Laravel Crud Example

Laravel Crud Example