diff -r 000000000000 -r c270c8b5ddea update-butxaca.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/update-butxaca.php Thu May 18 23:47:03 2006 +0200 @@ -0,0 +1,73 @@ + + + + +<?php echo _("Control de butxaques")." - "._("Nova butxaca");?> + + + + + +" . _("Control de butxaques") . "\n"; +echo "

" . _("Nova butxaca") . "

\n"; + +include ("./strings.inc"); + +if (!isset($_POST["afegir"])) +{ +?> + +
+ + +
+ +
+
+" name=afegir> +"> +
+
+"; + echo sprintf(_("ERROR: Error al actualitzar" . + "les dades a %s!"), "butxaques"); + echo "

"; + echo mysql_errno().": ".mysql_error()."
"; + } + else + echo _("

Inserció efectuada correctament.

"); +} +?> + +

+ + +