Posts by Iso0406 • 3 points
4 posts
-
-1
votes1
answer43
viewsQ: How do I create a counter inside a FORELSE or FOREACH in Laravel?
I am displaying a list of system members. But I would like to display only 10 members using the syntax @forelse in Laravel. How do I implement a counter that displays only the first 10 records in…
-
-1
votes1
answer38
views -
0
votes0
answers223
viewsQ: #1452 - Cannot add or update a Child Row: a Foreign key Constraint fails
Personal talk I am having problems to create a foreign key in another table... You are giving this error: #1452 - Cannot add or update a child row: a foreign key constraint fails.... Follow the…
-
0
votes0
answers26
viewsQ: Inserting column in mysql database table and after doing the update in the same column created
I’m developing a system: 1- The "USER" of the system registers a service for a particular client who contracted that service. 2- This registration is done via a form.php... 3- Send this data…