HOME

FORMULAR CE CUPRINDE
prenume, nume, oras , adresa, telefon, e-mail
CITITORI

nume:

prenume:

oras:

adresa:

telefon:

e-mail:




cititori.txt."); } fwrite($fh, "insert into cititori values("); $nume=fwrite($fh, "'$nume','"); $prenume=fwrite($fh, "$prenume','"); $oras=fwrite($fh, "$oras','"); $adresa=fwrite($fh, "$adresa','"); $telefon=fwrite($fh, "$telefon','"); $email=fwrite($fh, "$email','"); fclose($fh); } ?>

VIZUALIZARE
ACTIONATI BUTONUL "AFISARE"



TABELA CITITORI

"; echo ""; echo "nume"; echo "prenume"; echo "oras"; echo "adresa"; echo "telefon"; echo "email"; echo ""; echo ""; echo ""; for($i=0;$i<$nr;$i++) { $linie = pg_fetch_array($rezultat,$i); printf("%s",$linie['nume']); printf("%s",$linie['prenume']); printf("%s",$linie['oras']); printf("%s",$linie['adresa']); printf("%s",$linie['telefon']); printf("%s",$linie['email']); } } } ?>


Home page