Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Inserting Data into Table Re: Inserting Data into Table

#141244
chrisburton
Participant

`read` is a reserved word apparently. I found the info here: http://stackoverflow.com/a/14093979/938664

Enclosing `$table` with backticks successfully inserted the data into the database.

So, Issue 1 = Solved

However, how can I get all the data into the database, not just the first title and url? I’m hoping someone can guide me rather than just tell me the answer.