PHP
CONNESSIONE.PHP
<?php
$host="127.0.0.1";
//localhost
$user="root";
$pass="vadposinru59";
$dbname="my_thomasfugazza";
$db=mysqli_connect($host, $user, $pass, $dbname);
?>
DITTACAN.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Lavoro farmacia</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="20%"><b><center>Ditte</center></b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from ditta order by IDDitta asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numdit=mysqli_num_rows($ris);
//apertura form
echo"<form action='dittacan.php' method='POST'>";
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td></td>
<td><b>ID Ditta</b></td>
<td><b>Nome ditta</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($ditest=mysqli_fetch_assoc($ris)) {
$IDDitta=$ditest['IDDitta'];
$NomeDitta=$ditest['NomeDitta'];
//visualizzazione variabili estratte
echo"<tr>
<td><input type='radio' name='selezi' value='$IDDitta'></td>
<td>$IDDitta</td>
<td>$NomeDitta</td>";
echo"</tr>";
}
echo"</table>";
echo"<center><input
name='cancel'></center></form>";
type='submit'
value='Cancella
riga'
//verifica che l'utente abbia digitato cancella riga
if(isset($_POST['cancel'])){
//inizializzazione variabili
$selezi=$_POST['selezi'];
//creazione comando sql
$sql="delete from ditta where ";
$sql.="IDDitta='$selezi'";
//esecuzione comando
$ris=mysqli_query($db, $sql);
if($ris>0) echo"Record cancellato con successo";
else"Record non cancellato";
}
//chiusura mysql
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='dittacon.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
</tr>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</table>
</body>
</html>
DITTACON.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Ditte</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="20%"><b><center>Ditte</center></b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from ditta order by IDDitta asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numdit=mysqli_num_rows($ris);
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td><b>ID Ditta</b></td>
<td><b>Nome ditta</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($ditest=mysqli_fetch_assoc($ris)) {
$IDDitta=$ditest['IDDitta'];
$NomeDitta=$ditest['NomeDitta'];
//visualizzazione variabili estratte
echo"<tr>
<td>$IDDitta</td>
<td>$NomeDitta</td>";
echo"</tr>";
}
echo"</table>";
//chiusura mysql
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
</body>
</html>
DITTAINS.PHP
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Inserimento ditta</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
</tr>
</table>
<table width="60%" border="0" bgcolor="#87CEFA" align="center">
<form action="dittains.php" method="POST">
<tr>
<td>IDDitta</td>
<td>Nome ditta</td>
</tr>
href='../index.html'>Home</a>/<a
<tr>
<td><input name="IDDitta" size="20" maxlength="20"></td>
<td><input name="Nomeditta" size="20" maxlength="20"></td>
</tr>
<tr>
<td align="right"><input type="submit" value="Invia" name="inviat"></td>
<td align="left"><input type="reset" value="Cancella"></td>
</tr>
</form>
</table>
<?php
if(isset($_POST['inviat'])) {
//inizializzazione variabili
$IDDitta=$_POST['IDDitta'];
$Nomeditta=$_POST['Nomeditta'];
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per inserimento record
$sql= "insert into ditta ";
$sql.= "(IDDitta, Nomeditta) ";
$sql.= "values ";
$sql.= "('$IDDitta', '$Nomeditta')";
//esecuzione comando sql
$ris=mysqli_query($db, $sql);
//verifica che il record sia stato inserito correttamente
if($ris>0) echo"Record inserito con successo";
else echo"Non inserito";
//chiusura database mysql
mysqli_close($db);
}
?>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
</body>
</html>
FARMACOCAN.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Cancellazzione</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="50%" bgcolor=""><b>Farmaci</b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from farmaco order by Codice asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numfarmaco=mysqli_num_rows($ris);
//apertura form
echo"<form action='farmacocan.php' method='POST'>";
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td></td>
<td><b>Codice</b></td>
<td><b>Denominazione</b></td>
<td><b>Descrizione</b></td>
<td><b>Prezzo</b></td>
<td><b>ATC</b></td>
<td><b>IDDitta</b></td>
<td><b>DataAutMin</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($farmacoest=mysqli_fetch_assoc($ris)) {
$Codice=$farmacoest['Codice'];
$Denominazione=$farmacoest['Denominazione'];
$Descrizione=$farmacoest['Descrizione'];
$Prezzo=$farmacoest['Prezzo'];
$ATC=$farmacoest['ATC'];
$IDDitta=$farmacoest['IDDitta'];
$DataAutMin=$farmacoest['DataAutMin'];
//visualizzazione variabili estratte
echo"<tr>
<td><input type='radio' name='selezi' value='$IDDitta'></td>
<td>$Codice</td>
<td>$Denominazione</td>
<td>$Descrizione</td>
<td>$Prezzo</td>
<td>$ATC</td>
<td>$IDDitta</td>
<td>$DataAutMin</td>";
echo"</tr>";
}
echo"</table>";
echo"<center><input
name='cancel'></center></form>";
type='submit'
value='Cancella
//verifica che l'utente abbia digitato cancella riga
if(isset($_POST['cancel'])){
//inizializzazione variabili
$selezi=$_POST['selezi'];
//creazione comando sql
$sql="delete from farmaco where ";
$sql.="IDDitta='$selezi'";
//esecuzione comando
$ris=mysqli_query($db, $sql);
if($ris>0) echo"Record cancellato con successo";
else"Record non cancellato";
}
//chiusura mysql
riga'
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='farmacocon.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
</body>
</html>
FARMACOCON.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Farmaco</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="50%" bgcolor=""><b>Farmaci</b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from farmaco order by Codice asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numfarmaco=mysqli_num_rows($ris);
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td><b>Codice</b></td>
<td><b>Denominazione</b></td>
<td><b>Descrizione</b></td>
<td><b>Prezzo</b></td>
<td><b>ATC</b></td>
<td><b>IDDitta</b></td>
<td><b>DataAutMin</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($farmacoest=mysqli_fetch_assoc($ris)) {
$Codice=$farmacoest['Codice'];
$Denominazione=$farmacoest['Denominazione'];
$Descrizione=$farmacoest['Descrizione'];
$Prezzo=$farmacoest['Prezzo'];
$ATC=$farmacoest['ATC'];
$IDDitta=$farmacoest['IDDitta'];
$DataAutMin=$farmacoest['DataAutMin'];
//visualizzazione variabili estratte
echo"<tr>
<td>$Codice</td>
<td>$Denominazione</td>
<td>$Descrizione</td>
<td>$Prezzo</td>
<td>$ATC</td>
<td>$IDDitta</td>
<td>$DataAutMin</td>";
echo"</tr>";
}
echo"</table>";
//chiusura mysql
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
</body>
</html>
FARMACOINS.PHP
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Inserimento Farmaco</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
</tr>
</table>
<table width="60%" border="0" bgcolor="#87CEFA" align="center">
<form action="farmacoins.php" method="POST">
<tr>
<td>Codice</td>
<td></td>
</tr>
<tr>
<td><input name="Codice" size="20" maxlength="20"></td>
href='../index.html'>Home</a>/<a
</tr>
<tr>
<td>Denominazione</td>
<td>Descrizione</td>
</tr>
<tr>
<td><input name="Denominazione" size="50" maxlength="100"></td>
<td><input name="Descrizione" size="50" maxlength="50"></td>
</tr>
<tr>
<td>Prezzo</td>
<td>ATC</td>
</tr>
<tr>
<td><input name="Prezzo" size="12" maxlength="12"></td>
<td><input name="ATC" size="20" maxlength="20"></td>
</tr>
<tr>
<td>IDDitta</td>
<td>DataAutMin</td>
</tr>
<tr>
<td><input name="IDDitta" size="12" maxlength="12"></td>
<td><input name="DataAutMin" type="date"></td>
</tr>
<tr>
<td align="right"><input type="submit" value="Invia" name="inviat"></td>
<td align="left"><input type="reset" value="Cancella"></td>
</tr>
</form>
</table>
<?php
if(isset($_POST['inviat'])) {
//inizializzazione variabili
$Codice=$_POST['Codice'];
$Denominazione=$_POST['Denominazione'];
$Descrizione=$_POST['Descrizione'];
$Prezzo=$_POST['Prezzo'];
$ATC=$_POST['ATC'];
$IDDitta=$_POST['IDDitta'];
$DataAutMin=$_POST['DataAutMin'];
//connessione a database my_sql
//db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per inserimento record
$sql= "insert into farmaco ";
$sql.= "(Codice, Denominazione, Descrizione, Prezzo, ATC, IDDitta, DataAutMin) ";
$sql.= "values ";
$sql.= "('$Codice', '$Denominazione', '$Descrizione', $Prezzo, '$ATC', '$IDDitta', '$DataAutMin')";
//esecuzione comando sql
$ris=mysqli_query($db, $sql);
//verifica che il record sia stato inserito correttamente
if($ris>0) echo"Record inserito con successo";
else echo"Nessun risultato";
//chiusura database mysql
mysqli_close($db);
}
?>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
LETTURA.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Farmaco</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="2" bgcolor="#87CEFA"><center>
<tr valign="top">
<td width="33%"><b>Ditta</b>
<ul>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/dittains.php">Inserimento</a></li>
<li>Modifica</li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/dittacan.php">Annullamento</li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/dittacon.php">Consultazione</a></
li>
</ul></td>
<td width="33%"><b>Farmaco</b>
<ul>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/farmacoins.php">Inserimento</a><
/li>
<li>Modifica</li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/farmacocan.php">Annullamento</a
></li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/farmacocon.php">Consultazione</a
></li>
</ul></td>
<td width="33%"><b>Principi</b>
<ul>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/principioins.php">Inserimento</a>
</li>
<li>Modifica</li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/principican.php">Annullamento</a
></li>
<li><a
href="http://thomasfugazza.altervista.org/public_html/4esia/farmacia/principicon.php">Consultazione</a
></li>
</ul></td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</tr>
</table>
</body>
</html>
PRINCIPICAN.PHP
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Farmacia</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="25%"><b>Principi</b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from principi order by ATC asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numpri=mysqli_num_rows($ris);
//apertura form
echo"<form action='principican.php' method='POST'>";
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td></td>
<td><b>ATC</b></td>
<td><b>Principio attivo</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($priest=mysqli_fetch_assoc($ris)) {
$ATC=$priest['ATC'];
$Principioattivo=$priest['Principioattivo'];
//visualizzazione variabili estratte
echo"<tr>
<td><input type='radio' name='selezi' value='$ATC'></td>
<td>$ATC</td>
<td>$Principioattivo</td>";
echo"</tr>";
}
echo"</table>";
echo"<center><input
name='cancel'></center></form>";
type='submit'
//verifica che l'utente abbia digitato cancella riga
if(isset($_POST['cancel'])){
value='Cancella
riga'
//inizializzazione variabili
$selezi=$_POST['selezi'];
//creazione comando sql
$sql="delete from principi where ";
$sql.="ATC='$selezi'";
//esecuzione comando
$ris=mysqli_query($db, $sql);
if($ris>0) echo"Record cancellato con successo";
else"Record non cancellato";
}
//chiusura mysql
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='principicon.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
</tr>
</table>
</body>
</html>
PRINCIPICON.PHP
Fugazza
-
I.T.E
'Agostino
Bassi'
-
<html>
<head>
<title>Lavoro farmacia</title>
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Farmacia</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table height="70%" width="100%" border="5" bgcolor="#87CEFA"><center>
<tr valign="top">
<td max-width="25%"><b>Principi</b>
<?php
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per estrazione dati
$pippo="select * from principi order by ATC asc";
//esecuzione comando sql
$ris=mysqli_query($db, $pippo);
//numero record estratti
$numpri=mysqli_num_rows($ris);
//intestazione tabella
echo"<table border=1 align=center>
<tr>
<td><b>ATC</b></td>
<td><b>Principio attivo</b></td>
</tr>";
//visualizzazione record estratti con ciclo precondizionale
while($priest=mysqli_fetch_assoc($ris)) {
$ATC=$priest['ATC'];
$Principioattivo=$priest['Principioattivo'];
//visualizzazione variabili estratte
echo"<tr>
<td>$ATC</td>
<td>$Principioattivo</td>";
echo"</tr>";
}
echo"</table>";
//chiusura mysql
mysqli_close($db);
?>
<br>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
</td>
</tr>
</center>
</table>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
</tr>
</table>
</body>
Fugazza
-
I.T.E
'Agostino
Bassi'
-
</html>
PRINCIPIINS.PHP
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='yellow'>
<td
widht='15%'
align='center'><a
href="/public_html/index.html"
src="computer.jpg"width='100'height='100'></a></td>
target="_blank"><img
<td width='70%' align='center'><h1>Farmacia</h1></td>
<td
width='15%'
align='center'><h5><a
href='../index.html'>Indietro</a></h5></td>
href='../index.html'>Home</a>/<a
</tr>
</table>
<table width="60%" border="0" bgcolor="#87CEFA" align="center">
<form action="principioins.php" method="POST">
<tr>
<td>ATC</td>
<td>Principio attivo</td>
</tr>
<tr>
<td><input name="ATC" size="20" maxlength="20"></td>
<td><input name="Principioattivo" size="15" maxlength="15"></td>
</tr>
<tr>
<td align="right"><input type="submit" value="Invia" name="inviat"></td>
<td align="left"><input type="reset" value="Cancella"></td>
</tr>
</form>
</table>
<?php
if(isset($_POST['inviat'])) {
//inizializzazione variabili
$ATC=$_POST['ATC'];
$Principioattivo=$_POST['Principioattivo'];
//connessione a database my_sql
//$db=mysqli_connect("127.0.0.1", "root", "", "my_thomasfugazza");
include("connessione.php");
//creazione comando sql per inserimento record
$sql= "insert into principi ";
$sql.= "(ATC, Principioattivo) ";
$sql.= "values ";
$sql.= "('$ATC', '$Principioattivo')";
//esecuzione comando sql
$ris=mysqli_query($db, $sql);
//verifica che il record sia stato inserito correttamente
if($ris>0) echo"Record inserito con successo";
else echo"Nessun risultato";
//chiusura database mysql
mysqli_close($db);
}
?>
<input type="button" value="Torna alla lista" onClick="document.location.href='lettura.php'">
<table border="1" width='100%' height='10%'>
<tbody><tr bgcolor='#03FG4C'>
<td widht='100%' align='center'>©Thomas
[email protected]</td>
</tr>
</table>
</body>
</html>
Fugazza
-
I.T.E
'Agostino
Bassi'
-