All Questions
3 questions
0
votes
1
answer
265
views
PHP - Importing columns from uploaded CSV file to SQL database (Laravel 5.7) [closed]
The goal is to upload the columns from the csv into the SQL Pro database. I am able to select the column names that have been uploaded from the csv file, the columns from the csv file are then ...
2
votes
1
answer
136
views
Function to insert a tag into a database
I'm developing a MVC structured RESTful API project (thanks to the help of Mārtiņš Tereško for explaining it).
Almost all of my functions look similar to this:
...
4
votes
1
answer
625
views
Clumsy PHP5 code reading from an SQLite3 database
Some time ago I wrote myself a simple blog. The index page is generated
with PHP5, using an SQLite3 database via the variable id handed to it via
the URL.
The ...