Foros del Web » Programando para Internet » PHP »

Insertar info a BD

Estas en el tema de Insertar info a BD en el foro de PHP en Foros del Web. Hola que hago mal???? Código PHP: <div align="center">   <p><img src="imagenes/logo.jpg"></p>   <p>&nbsp;</p>   <p>&nbsp;</p> </div> <? include( "config.php" ); if( admin ()){  ?> <form method="post" action="noticia.php"> <table border="0" cellpadding="2" cellspacing="1" align="center">  <tr>   <td valign="top" width="14%"><br>Anuncio:</td>   <td><TEXTAREA name="noticialarga" style="width: 420" rows="9" id="texto" onfocus="elEditor = ini_editor(this)" onchange="prever()"></TEXTAREA></td>  </tr> ...
  #1 (permalink)  
Antiguo 27/11/2007, 16:27
 
Fecha de Ingreso: diciembre-2006
Mensajes: 294
Antigüedad: 17 años, 4 meses
Puntos: 2
Insertar info a BD

Hola que hago mal????

Código PHP:
<div align="center">
  <p><img src="imagenes/logo.jpg"></p>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
<?
include("config.php");
if(
admin()){ 
?>
<form method="post" action="noticia.php">
<table border="0" cellpadding="2" cellspacing="1" align="center">
 <tr>
  <td valign="top" width="14%"><br>Anuncio:</td>
  <td><TEXTAREA name="noticialarga" style="width: 420" rows="9" id="texto" onfocus="elEditor = ini_editor(this)" onchange="prever()"></TEXTAREA></td>
 </tr>
 <tr></tr></table>
 <tr>
  <td>&nbsp;</td>
  <td><input type="submit" name="enviar" value="Enviar">&nbsp;&nbsp;<input type="reset" name="restablecer" value="Restablecer"></td>
 </tr>
</table>
</form>
<?
$anuncio 
quitar($_POST[anuncio]);

if(!
$anuncio){
echo 
'Faltó completar un campo obligatorio<br>
<a href="noticia.php">Volver</a>'
;
} else {

$sql "INSERT INTO host-image(anuncio, activo) values('$anuncio', '1')";
$res mysql_query($sql) or die("Error: ".mysql_error());

echo 
'Noticia Ingresada con éxito <br>
<a href="noticia.php">Volver</a><br>
<a href="menu.php">Volver al index</a>'
;
}
} else {
echo
"Esta seccion es solo para administradores !";
}
?>
Gracias
  #2 (permalink)  
Antiguo 27/11/2007, 17:16
Avatar de mauled  
Fecha de Ingreso: marzo-2005
Ubicación: Cd. de México.
Mensajes: 3.001
Antigüedad: 19 años, 1 mes
Puntos: 33
De acuerdo Re: Insertar info a BD

Te pido de favor que nos dijas el error que estas teniendo.

Saludillos.
  #3 (permalink)  
Antiguo 27/11/2007, 21:05
Avatar de liebe13  
Fecha de Ingreso: octubre-2006
Ubicación: peru
Mensajes: 224
Antigüedad: 17 años, 6 meses
Puntos: 3
Re: Insertar info a BD

mira la respuesta q t doy no se q taras haciendo mal mejor estaria si pusiese tu error jijijiji
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 19:07.