Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
June 30, 2013 at 6:52 pm
#141075
Participant
In your use case you would only have one user id = 1 and the table read would have all user_id fields with value 1. The id’s once you set them up they auto increment, so there’s no need to pass data to it. You would only pass user_id value of 1, then title and url.