File: cancellaidfattura.php

package info (click to toggle)
odontolinux 0.6.1-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,128 kB
  • ctags: 566
  • sloc: php: 4,137; sh: 262; makefile: 46
file content (15 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<? require("testa.php");?>

<?PHP
           //Settaggio data Formato Europeo 
           pg_Exec($conn,"SET DATESTYLE TO 'European';");
           pg_Exec($conn, "DELETE FROM fattura  WHERE idfattura = '$idfatta';");
?>

<b><? echo gettext ("Deleted.");?></b><br>

<a href="index.php"><? echo gettext ("Back to main menu");?></a>


<? include("piede.php");?>