Run MySQL INSERT Query multiple times (insert values into multiple tables)

后端 未结 5 1072
失恋的感觉
失恋的感觉 2021-01-24 05:07

basically, I have 3 tables; users and projects, then I have \'users_projects\' to allow the one-to-many formation. When a user adds a project, I need the project information st

5条回答
  •  借酒劲吻你
    2021-01-24 05:40

    I may be misunderstanding but are you putting header("Location: main.php"); in the middle of you script?

提交回复
热议问题