Posts by ErisvaldoJr • 5 points
2 posts
-
0
votes2
answers1796
viewsQ: Formulario Email React
I made a simple validation using react, and would like the 'b' message only to be available when the user clicked on submit how can I do? export default class LoginApp extends React.Component {…
-
0
votes2
answers3036
viewsQ: Display saved image in BLOB
I would like to know how to display an image saved in the BLOB database: code: $nome = $_POST["nome"]; $preco = $_POST["preco"]; $cor = $_POST["cor"]; $descricao = $_POST["descricao"];…