Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/12/2012, 21:38
XxSoulDarkxX
 
Fecha de Ingreso: agosto-2012
Ubicación: Lima, Peru
Mensajes: 51
Antigüedad: 11 años, 8 meses
Puntos: 0
Respuesta: Mensaje warning en php

ya se cual fue es el problema.

Le elimine las lineas de los cokies y ya no muestra mensaje pero quiero saber que estan mal con ellos..


Código PHP:
</script>
    <tr>
        <td><strong>Descripcion corta(100 letras):</strong></td>
        <td><label for="txtdescripcioncorta"></label>
      <textarea name="txtdescripcioncorta" id="txtdescripcioncorta" cols="45" rows="5" onKeyUp="return maximaLongitud(this,95)"></textarea></td>
    </tr>
        <tr>
      <td><strong>En Venta:</strong></td>
      <td><label for="lsten_venta"></label>
        <select name="lsten_venta" id="lsten_venta">
          <option value="Si" selected="selected">Si</option>
          <option value="No">No</option>
      </select></td>
    </tr>
     <tr>
      <td>&nbsp;</td>
      <td><input type="submit" name="button" id="button" value="Enviar" /></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <input type="hidden" name="MM_insert" value="form1" />
</form>
<?php
$rows
=mysql_query("select * from notebooks" );
$total=mysql_num_rows($rows);
$var="notebooks";
setcookie('cooki'$vartime()+3600);
$var2="formulario-notebooks.php";
setcookie('cookie'$var2time()+3600);
?>
<form name="form2" id="form2" method="post" onsubmit="return selectedVals();">
<table border="1" align="center" width="800px">
<tr>
   <th width="71">
   <input type="checkbox" name="selectail" id="selectail" onclick="CheckUncheck(<?php echo $total;?>,this);"/> codigo
   </th>
   <th width="203">
   modelo
   </th>
   <th width="337">
   En Venta?
   </th>
   <th width="337">
   Precio
   </th>
</tr>
<?php
$contador
=0;
while(
$row=mysql_fetch_array($rows)){
    
$contador=$contador+1;
?>