Ver Mensaje Individual
  #6 (permalink)  
Antiguo 18/10/2010, 20:15
Avatar de VbOkonly
VbOkonly
 
Fecha de Ingreso: julio-2009
Ubicación: San Justo, Buenos Aires, Argentina
Mensajes: 490
Antigüedad: 14 años, 10 meses
Puntos: 5
Respuesta: Column count doesn't match value count at row 1

<form action="updoc.php" method="post">
<label> Titulo (Maximo 300 Caracteres):<br />
<input type="text" name="titulo" id="titulo" />
</label>
<br />
Contenido (Maximo 100.000 Caracteres):<br />
<label>
<input type="text" name="texto" id="texto" />
<br />
</label>

<input type="submit" value="Cargar" />
<script type="text/javascript">
CKEDITOR.replace( 'texto',
{
toolbar :
[
['Styles', 'Format'],
['Bold', 'Italic', '-', 'NumberedList', 'BulletedList', '-', 'Link', '-', 'About']
]

} );
</script>
</form>


Este es el formulario de donde se realiza. (upload.php)