![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
14/02/2007, 13:57
|
![Avatar de carlosmbrizuela](http://static.forosdelweb.com/customavatars/avatar164872_2.gif) | | | Fecha de Ingreso: enero-2007 Ubicación: La Plata (Argentina)
Mensajes: 490
Antigüedad: 18 años Puntos: 1 | |
Re: no me hace la consulta Proba asi: <? include('connect.php'); $noticia=$_REQUEST['ev']; ?> <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Documento sin título</title>
</head>
<body>
<p><img src="img/logo_jardinplaza_jpg.jpg" width="250" height="115"></p>
<p>
<?
$publicar= mysql_query( "SELECT * from eventos where titulo = $noticia ") or die (mysql_error());
Saludos |