Hi,
Im trying to post an id from one table to another.
Basically a user will login and will then be able to place a bid on a job, which will be entered into a jobs_table. What would be the best way to take that users unique id and post it to the jobs_table?
Thanks in advance