Home › Forums › Back End › Inserting Data into Table › Re: Inserting Data into Table
July 1, 2013 at 11:15 pm
#141244
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.