Comunidad de diseño web y desarrollo en internet online

Ayuda con este Script

Citar            
MensajeEscrito el 02 May 2011 05:53 pm
CREATE TABLE planilla_ge (
id_planilla int (5) NOT NULL auto_increment,
mensajero_pla varchar (100) NOT NULL,
tipo_pla varchar (50) NOT NULL,
fecha date NOT NULL default '2007-08-13',
PRIMARY KEY (id_planilla)
);

y tengo este Script que estoy con con formular de php estoy trayendo uno datos de la tabla mensajeros que es un lista menu.
ese script se ve asi:




<?php
mysql_connect("localhost","root";);
mysql_select_db("mail soluction";);
$re=mysql_query("select * from mensajero";);
//el @ sirve para que no salga ese mensaje de NOTICE al momento de ejecutar por 1ra ve nuestro codigo.
if(isset($_POST['MENSAJERO'])){
$mensajero=$_POST['TIPO_DE_CORREO'];
$re1=mysql_query("select * from tipo_correo where COD_CORREO=".$TIPO_DE_CORREO."";);
$re2=mysql_query("select nombre from mensajero where CODMEN=".$MENSAJERO."";);
$j=mysql_fetch_array($re2);
}else{
@$j[MENSAJERO]='Seleccione Mensajero'; }

?>
<style type="text/css">
<!--
.Estilo1 {
font-size: 16px;
font-weight: bold;
}
-->
</style>



<form id="form1" name="form1" method="post" action="inserta_men.php">
<div align="center">
<p><span class="Estilo1">Crear Planilla a Mensajeros </span><br>
<br>


<select name="mensajero_pla" size=1 id="mensajero_pla" onchange="" style=width:200px>
<option value="0" selected="selected"><?php echo @$j[MENSAJERO];?></option>
<?php

while($f=mysql_fetch_array($re)){
echo'<option value='.$f[CODMEN].'>'.$f[MENSAJERO].'</option>';

}
?>
</select>
<br />
<select name="tipo_pla" size=1 id="tipo_pla" style=width:201px onchange="">
<option value="0">Seleccione Envio</option>
<option>24 Horas</option>
<option>Masivo</option>
<option>Certificado</option>
<?php

while($f=mysql_fetch_array($re)){
echo'<option value='.$f[COD_CORREO].'>'.$f[TIPO_DE_CORREO].'</option>';

}
?>
</select>
</p>
</p>
<label for="Submit"></label>
<input type="submit" name="Submit" value="Enviar" id="Submit" />
<p><img src="mail logo.png" width="216" height="45" /></p>
</div>
</form>

ye tengo este ultimo script

<?php
$conexion = mysql_connect("localhost","root","";);

mysql_select_db("mail soluction",$conexion);


$query = 'INSERT INTO planilla_ge (mensajero_pla, tipo_pla, fecha)
VALUES (''.$mensajero_pla.'',''.$tipo_pla.'',''.date("Y-m-d";).'')';
mysql_query($query);
echo 'Se a Creado la Planila Numero '.id_planilla. <br />';
mostrar1();


?>

Buenos amigo este ultimo escipt es para ingresa los datos de primer script pero no se que esta mal y tanbien en el 'Se a Creado la Planila Numero '.id_planilla. no me da le resultado que yo quiero alguien me puede ayudar 10 punto para el que me ayude

espero me ayuden

Por elhacker62

0 de clabLevel



 

chrome
Citar            
MensajeEscrito el 02 May 2011 09:35 pm
solo una cosa que en todo loado se a hablado y hay respuesta por miles tu porblema se debe a informacion recuerda las versiones de php4 y php5 difieren mucho mas ahora con los servidores que tienen unas configuraciones por defecto ahora tu problema es REGISTER GLOBALS, averigua la info que hay por millares

Por tuadmin

Claber

598 de clabLevel



Genero:Masculino  

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.