// Insert array values into database in laravel Laravel 33 3,371 Level 5 jsanwo64 OP Posted 6 years ago I have 3 different questions those are coming from database randomly. Now I want to insert the question_id, user_name and user_answer into 'answers' table. Data was inserted, but...
u gave me such a clear explanation. but iam not using any relationship for date. just have a employee table with their information such as(name, location, age, address, etc) having attendance table eith columns(employee_id(fk), date, atten_count) ...
In a form to make a "create" in the database, the user enters a code, I want the name associated with that code to be displayed below the field and also when the input is made the code becomes the id since it's a many-to-many relationship and I'm doing an attach. I hope it...