Posts by will • 41 points
4 posts
-
2
votes1
answer281
viewsQ: How to make Inner Join inside the Auth in Laravel 5.3
In the Migration standard that Laravel brings to use the Auth, made a Foreignkey with another table linking by ID. For better understanding put here the tables and with the following columns: Plants…
-
1
votes2
answers190
viewsA: move_uploaded_file does not work after concatenating with MD5
Good for me the only way it worked as I really wanted it was this way, in case someone needs something more complex can use. function UploadArquivoNovo($arq_nome){ // Pasta onde o arquivo vai ser…
-
-1
votes2
answers190
viewsQ: move_uploaded_file does not work after concatenating with MD5
I am common small problem, I have a function already ready, to upload images and edit it, this function works perfectly, only it uses a library (wideimage), I would like to use another function…
-
1
votes1
answer118
viewsQ: Insert into does not return
I have the following table: Query with Insert public function CadastrarArquivos($pdo, $arq_nome, $a_areaid, $u_userid){ $ins = $pdo->prepare("INSERT INTO arq_arquivos(arq_nome, a_area_a_areaid,…