- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
$nombre = $_POST['nombre'];
$email = $_POST['email'];
if ($nombre == "" || $email == "") {
...
if (!isValidEmail($email)) {
echo "<script type=\"text/javascript\">
alert('El e-mail que ha introducido es incorrecto');
document.location.href='index.html';
</script>";
exit();
} else {
...
if ($result) {
$resultado = mysql_query("INSERT INTO datos (nombre,email) VALUES ('" . $nombre . "','" . $email . "')", $conexion);
выцарапываю себе глаза. это почти index в продакшене.
bazyaka 02.09.2011 12:49 # −1
Swart 02.09.2011 12:51 # 0
roman-kashitsyn 02.09.2011 12:53 # +3
Lure Of Chaos 02.09.2011 15:15 # +1
jugar!
7ion 02.09.2011 13:37 # +3