Posts by Paulo André Grillo Pereira • 31 points
3 posts
-
0
votes1
answer36
viewsA: Fill table with database data via Ajax
Good from what I understand you have a page that already loads the data, synchronously, in backend with php and after loaded you want to update them as user description. You should define how you…
-
0
votes1
answer33
viewsA: Table editing in PHP
You are trying to access a non-existent index in the array. Do a var_dump in $row_enterprise, and see what it returns to you.
phpanswered Paulo André Grillo Pereira 31 -
0
votes2
answers124
viewsA: ALTER TABLE CHANGE is not renaming constraints automatically on the production server
In this case your problem is not with Mysql, nor with Maria DB. But with Lavarel. Some high-level commands when used actually implement basic actions for us rather than having to do so. This is for…
mariadbanswered Paulo André Grillo Pereira 31