Ahi funcionó!!!!!!! muchisimas gracias!!!!!...
Los datos del menú Regiones no logro que sea grabado en la tabla...
dejo los nuevos codigos
formulario:
Código PHP:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title></title>
<style type="text/css">
<!--
.Estilo5 {font-family: Arial; font-size: 12; }
.Estilo6 {font-size: 12}
-->
</style>
<script type="text/javascript">
<!--
function MM_validateForm() { //v4.0
if (document.getElementById){
var i,p,q,nm,test,num,min,max,errors='',args=MM_validateForm.arguments;
for (i=0; i<(args.length-2); i+=3) { test=args[i+2]; val=document.getElementById(args[i]);
if (val) { nm=val.name; if ((val=val.value)!="") {
if (test.indexOf('isEmail')!=-1) { p=val.indexOf('@');
if (p<1 || p==(val.length-1)) errors+='- '+nm+' must contain an e-mail address.\n';
} else if (test!='R') { num = parseFloat(val);
if (isNaN(val)) errors+='- '+nm+' must contain a number.\n';
if (test.indexOf('inRange') != -1) { p=test.indexOf(':');
min=test.substring(8,p); max=test.substring(p+1);
if (num<min || max<num) errors+='- '+nm+' must contain a number between '+min+' and '+max+'.\n';
} } } else if (test.charAt(0) == 'R') errors += '- '+nm+' is required.\n'; }
} if (errors) alert('The following error(s) occurred:\n'+errors);
document.MM_returnValue = (errors == '');
} }
//-->
</script>
</head>
<?php
$proy = $_POST['proy'];
$noper = $_POST['noper'];
$admpro = $_POST['admpro'];
$contacto = $_POST['contacto'];
$direccion = $_POST['direccion'];
$telefono = $_POST['telefono'];
$correo = $_POST['correo'];
$pertenece = $_POST['pertenece'];
$filename="opttec/regiones.txt";
$regiones=file($filename);
?>
<body>
<form action="pruebaproy.php" method="post" name="f1" target="_self" id="f1">
<table width="72%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="102%" align="center" border="0" cellspacing="4" cellpadding="0">
<tr>
<td width="49%" ><div align="right"><span class="Estilo5">Nombre del Proyecto : </span></div></td>
<td width="51%"><span class="Estilo5">
<input name="proy" type="text" id="proy" size="50" maxlength="80" value="<?php echo trim($proy); ?>" />
</span></td>
</tr>
<tr>
<td width="49%"><div align="right"><span class="Estilo5">Número de Operación : </span></div></td>
<td width="51%"><span class="Estilo6">
<input name="noper" type="text" id="noper" size="6" maxlength="6" value="<?php echo trim($noper); ?>"/>
</span></td>
</tr>
<td><div align="right"><span class="Estilo5">Administrador del Proyecto : </span></div></td>
<td><span class="Estilo6">
<input name="admpro" type="text" id="admpro" size="50" maxlength="80" value="<?php echo trim($admpro); ?>"/>
</span></td>
</tr>
<tr>
<td><div align="right"><span class="Estilo5">Nombre del Contacto : </span></div></td>
<td><span class="Estilo6">
<input name="contacto" type="text" id="contacto" size="50" maxlength="80" value="<?php echo trim($contacto) ?>"/>
</span></td>
</tr>
<tr>
<td><div align="right"><span class="Estilo5">Región : </span></div></td>
<td><select name="region" onChange="cambia_region()" id="region">
<option value="0" SELECTED>Seleccione una Región</option>
<?php
for($z=1;$z < count($regiones);$z++) {
echo '<option value="'.$z.'">'.$regiones[$z].'</option>';
}
?>
</select></td>
</tr>
<tr>
<td><div align="right"><span class="Estilo5">Comuna : </span></div></td>
<td><select name="comuna" id="comuna" Type="text">
<option value="-">-</option>
</select></td>
</tr>
<tr>
<td><div align="right"><span class="Estilo5">Dirección : </span></div></td>
<td><span class="Estilo6">
<input name="direccion" type="text" id="direccion" size="50" maxlength="200" value="<?php echo trim($direccion) ?>"/>
</span></td>
</tr>
<tr>
<td><div align="right"><span class="Estilo5">Telélefono : </span></div></td>
<td><span class="Estilo6">
<input name="telefono" type="text" id="telefono" size="50" maxlength="50" value="<?php echo trim($telefono) ?>"/>
</span></td>
</tr>
<tr>
<td width="49%"><div align="right"><span class="Estilo5">Correo : </span></div></td>
<td width="51%"><span class="Estilo6">
<input name="correo" type="text" id="correo" value="<?php echo trim($correo) ?>" size="50" maxlength="50"/>
</span></td>
</tr>
<tr>
<td height="40"><div align="right"><span class="Estilo5">Pertenece a : </span></div></td>
<td><span class="Estilo5">
<select name="pertenece" id="pertenece">
<option value="OPTChile S.p.A.">OPTChile S.p.A.</option>
<option value="Ejercito">Ejercito</option>
<option value="Armada">Armada</option>
<option value="Aviacion">Aviacion</option>
<option value="Carabineros">Carabineros</option>
<option value="Constructora">Constructora</option>
<option value="Adm. Edificio">Adm. Edificio</option>
<option value="Otro">Otro</option>
</select>
</span></td>
</tr>
<tr>
<td width="49%"><div align="right"></div></td>
<td width="51%"><label>
<input name="CREAR PROYECTO" type="submit" id="CREAR PROYECTO" onClick="MM_validateForm('nompro','','R','numope','','R','admpro','','R','nomcon','','R','direc','','R','telef','','R','correo','','RisEmail');return document.MM_returnValue" value="CREAR PROYECTO" />
</label>
<BR /></td>
</tr>
</table>
</td>
</tr>
</table></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</form>
<script>
<?php
for($z2=1;$z2 < count($regiones);$z2++) {
$filenamemod="opttec/ciudades/".rtrim($regiones[$z2]).".txt";
$textomod=file($filenamemod);
echo 'var comunas_'.$z2.'=new Array("-"';
for($zmod=1;$zmod<count($textomod);$zmod++) {
echo ',"'.rtrim($textomod[$zmod]).'"';
}
echo ')'.chr(13).chr(10);
}
?>
function cambia_region(){
var selregion
selregion = document.f1.selregion[document.f1.selregion.selectedIndex].value
if (selregion != 0) {
//si estaba definido, entonces coloco las opciones de la comuna correspondiente.
//selecciono el array de comuna adecuado
mis_comunas=eval("comunas_" + selregion)
//calculo el numero de comunas
num_comunas = mis_comunas.length
//marco el número de comunas en el select
document.f1.comuna.length = num_comunas
//para cada comuna del array, la introduzco en el select
for(i=1;i < num_comunas;i++){
document.f1.comuna.options[i].value=mis_comunas[i]
document.f1.comuna.options[i].text=mis_comunas[i]
}
}else{
//si no había comuna seleccionada, elimino las comunas del select
document.f1.comuna.length = 1
//coloco un guión en la única opción que he dejado
document.f1.comuna.options[0].value = "-"
document.f1.comuna.options[0].text = "-"
}
//marco como seleccionada la opción primera de comuna
document.f1.comuna.options[0].selected = true
}
</script>
</body>
</html>
el que envia a la db
Código PHP:
<HTML>
<HEAD>
<TITLE>Producto.php</TITLE>
</HEAD>
<BODY>
<?php
$proy=strtoupper($_POST['proy']);
$noper=strtoupper($_POST['noper']);
$admpro=strtoupper($_POST['admpro']);
$contacto=strtoupper($_POST['contacto']);
$region=strtoupper($_POST['region']);
$comuna=strtoupper($_POST['comuna']);
$direccion=strtoupper($_POST['direccion']);
$telefono=strtoupper($_POST['telefono']);
$correo=strtoupper($_POST['correo']);
$pert=strtoupper($_POST['pertenece']);
$link = @mysql_connect("localhost", "root","")
or die ("Error al conectar a la base de datos.");
@mysql_select_db("optchile", $link)
or die ("Error al conectar a la base de datos.");
$query = "INSERT INTO proyectos (proy,noper,admpro,contacto,region,comuna,direccion,telefono,correo,pert) VALUES ('$proy','$noper','$admpro','$contacto','$region','$comuna','$direccion','$telefono','$correo','$pert')";
mysql_query($query,$link) or die (mysql_error());
mysql_close($link);
?>
<h1><div align="center">Registro Insertado</div></h1>
<div align="center"><a href="nueproyectopt.php">Ingresar otro registro</a></div>
</BODY>
</HTML>
el resto anda de maravillas!!!!