Skip to content

Tag: php

CSV parsing with str_getcsv fails on new line

While reading a csv file with PHP a problem occured with a line break within the CSV file. The contents of one cell will be split once a comma is followed by a line break: This will result in: While it should result in: Is this a bug within str_getcsv? Answer Don’t do that, use fgetcsv(). You’re h…

How do I display a row once inside a looped rows using php?

I have a problem on displaying a row once inside a looped rows using PHP. Here is the exact code that I have: Figure 1 ` ` This line have a row containing a label “Material” from this photo This Materials should not repeat on the looped contents. On this code below based on figure 1 above this pos…

How to print table data in Laravel 5.6?

in My Larvel 5.6 app I am working with mysql db. and in my application I have vehicle table with following columns, vehicles, and I am going to group all models of the table and printing here as My controller, my printing blade file is this, it is printing well as now I need print in-front of model name there