Posts by Mundo Cultura Pop • 27 points
3 posts
-
0
votes0
answers8
viewsQ: Load Laravel Storage images with Vue
I’m trying to upload an image that is in Storage Storage public app images of my project Readable with a Vue component that I’m using as monolith within the code but not loading <template> #…
-
2
votes1
answer35
viewsA: How to dynamically assign a column name to a query using PHP PDO?
Personal as I could not return here I found why I was not getting and I would like to share the answer, so I understood the recommended is that you put the column name, because table and column…
-
-1
votes1
answer35
viewsQ: How to dynamically assign a column name to a query using PHP PDO?
I’m trying to create a update query, in order to define the column name to be updated dynamically, but for some reason I cannot do this. Why? And how can I do that? My current code: //atualizando…