Posts by noobphp • 11 points
9 posts
-
0
votes3
answers364
viewsA: Image not saved in directory
Talk to the guys, after a while I got!!!! Follow the code for changing data and image in a php form, I’ll leave it here for if anyone else faces the problem... query <?php session_start(); if…
-
0
votes3
answers364
viewsA: Image not saved in directory
I managed to send it to the directory, just to change the : if (isset($_FILES['imagem'])){ para: if (isset($_FILES['arquivo'])){ ficando assim o codigo: <?php //inicia conexão com o banco include…
-
-1
votes3
answers364
viewsQ: Image not saved in directory
You guys, good morning, I’m having a little problem, simple but boring, I have a form that sends some information and images, and this form is editable, the information is changed perfectly, I’m…
-
-1
votes1
answer583
viewsQ: Error while doing image update "Array to string Conversion"
I have a form where information is sent to the database, all are changed correctly except the image that is not changed. ed_cons_.php <?php //inicia a conexao com o banco include ("conexao.php");…
-
0
votes4
answers247
viewsA: How do I enter this into the database through the form?
hello I made a code here that might help you top html. <div> <h1>Cadastro de Cliente</h1> <form method="post" action="dadosClientes.php"> Nome Completo: <input type="text"…
-
1
votes4
answers247
viewsA: How do I enter this into the database through the form?
hello, is written wrong query, try so: $salvar = mysqli_query($conexao,$sql); another cool thing to do and create a page just for connection, and when you need it just add it and you don’t have to…
-
-1
votes1
answer73
viewsQ: How to change an image in the database by ID?
Hey, everything cool with you guys? I recently started a form where some information is sent to the database, but when I edit some information it changes everything except the image, before it only…
-
-1
votes2
answers509
viewsA: Annex with phpmailer not enough
I have a code here working perfectly, change some things and see if it suits you, any doubts we try to solve! top html. <form method="post" action="processa.php" enctype="multipart/form-data">…
-
0
votes0
answers392
viewsQ: Difficulty changing image in the database HTML/PHP Form
Talk good to you guys ? I was wondering if someone could give me a light at the end of the hehe tunnel, so let’s go! I have an HTML form where the information is sent to the database and then…