0
votes
0answers
100 views

Optimizing a function to read bigger files in php

I have the following function that reads data from a csv file and it is supposed to take in data which is from a certain certain timeinterval in this case 07:59 and saves them up in another csv file. ...
0
votes
0answers
37 views

storing the data twice on the second occasion

I use php codeigniter, jquery ajax and datatables, this image is result when first save: and this the second result when I click add button: this my code in javascript: ...
0
votes
0answers
298 views

Delete function for Codeigniter Controller

This is my delete function that I will be using for most of my other controllers that need one. The purpose of this is to delete the value that passed in to delete ...