Hello, I have an INSERT, send, all great, but when you click the submit button several times, it sends several, records, how can I avoid this?
Code:
<?php
$id_noticia = $edit["id"];
$autor = $_SESSION["username"];
$texto = $_POST["t...
asked by
28.07.2015 / 05:04