ragazzi sono no un novizio ma un POPPANTE di php quindi siate clementi se la domanda vi risulterà idiota
invio delle variabili con post da flash
ma se una di queste variabili risulta vuota è possibile che mi dia errore??
vi posto lo scrippete che recupera e scrive a video il valore
<?
$strnome = $_POST["nome"]
$strcognome = $_POST["cognome"]
$strsoc = $_POST["soc"]
$strindirizzo =$_POST["indirizzo"]
$strmail =$_POST["mail"]
$strtel = $_POST["tel"]
$strnote = $_POST["note"]
$strlunghezza = $_POST["lunghezza"]
$strdiametro = $_POST["diametro"]
$strm1 = $_POST["m1"]
$strm2 = $_POST["m2"]
$strm3 = $_POST["m3"]
$strm4 = $_POST["m4"]
$strm5 = $_POST["m5"]
$strm6 = $_POST["m6"]
$strcolore = $_POST["colore"]
$strsezione =$_POST["sezione"]
$strcap = $_POST["cap"]
$strcolcap = $_POST["colcap"]
$strc1 = $_POST["c1"]
$strc2 = $_POST["c2"]
$strst1 = $_POST["st1"]
$strst2 = $_POST["st2"]
$strst3 = $_POST["st3"]
$strst4 = $_POST["st4"]
print $strnome
print $strcognome
print $strsoc
print $strindirizzo
print $strmail
print $strtel
print $strnote
print $strlunghezza
print $strdiametro
print $strm1
print $strm2
print $strm3
print $strm4
print $strm5
print $strm6
print $strcolore
print $strsezione
print $strcap
print $strcolcap
print $strc1
print $strc2
print $strst1
print $strst2
print $strst3
print $strst4
?>