the code is from actionscript and php together
MY ACTIONSCRIPT
rec="my email here";
serv="php";
var fields_descriptions= Array ("",
Array("t1", "your_name"),
Array("t2", "your_email"),
Array("t3", "telephone", "Telephone:"),
Array("t4", "message"),
Array("t5", "field_2", "E-mail:"),
Array("t6", "field_3", "Address:"),
Array("t7", "field_4", "fax:")
);
for (i=1; i<=fields_descriptions.length; i++) {
this["k"+i].text=fields_descriptions[2];
}
THE PHP Is THat from the 1st PAGE