Skip to content

PHP result usage for new file

I am requesting data from a server using couple of parameters that I take from a CSV file and it works but the output is not user-friendly. How can I print nicely the result of my PHP response? This …

Laravel 5.7 – Queues Jobs are too slow

I use Laravel 5.7 and 3 queues jobs, the time between jobs is too long/slow. I foreach items of RSS feeds in the first job, and I dispatch this item in second job, etc… I don’t enter in details but there are some ridiculous little calculations that must not take time. The problem is that every dis…

use not equal to in custom function in codeigniter

I have made a function named __getwheredata in MY_Controller: public function __getwheredata($tablename,$tablefield=array(),$where=array(),$orderbyfield = ‘id’,$ascdesc = ‘desc’,$limit = 200,$offset=’…