MySQL Forums
Forum List  »  PHP

Re: one to many PHP app - Query problems
Posted by: Adam Grey
Date: March 11, 2021 12:35PM

Thank you for the information! You mean you need the source code? like the .php file I am working with?

My main question was about the query. I am a bit new to this and am not sure if I need to relate the users table within the events table query here: "INSERT INTO events(title, description, dateHappens, createdOn) VALUES(?,?,?,?)";

Do I need something like a join to users included or is my events query above basically right?

Thanks again.

Options: ReplyQuote


Subject
Written By
Posted
Re: one to many PHP app - Query problems
March 11, 2021 12:35PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.