A ver si me pueden hechar un cable.
Al ejecutar mi programa que sirve de encuesta me sale el siguiente error:
Forbidden
You don't have permission to access /sants/< on this server.
Adjunto el programa a ver si alguien me puede ayudar
Código PHP:
Ver original
include ('conexion.php'); $pregunta = "SELECT * FROM encuesta"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Locales</title> <meta name="description" content="Circle Hover Effects with CSS Transitions" /> <meta name="keywords" content="circle, border-radius, hover, css3, transition, image, thumbnail, effect, 3d" /> <link rel="shortcut icon" href="../favicon.ico"> <link href="css/style.css" rel="stylesheet" type="text/css" media="screen" /> <link rel="stylesheet" type="text/css" href="css/demo.css" /> <link rel="stylesheet" type="text/css" href="css/common.css" /> <link rel="stylesheet" type="text/css" href="css/style7.css" /> <link media="screen" type="text/css" rel="stylesheet" href="css/boton.css"> <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,700' rel='stylesheet' type='text/css' /> <script type="text/javascript" src="js/modernizr.custom.79639.js"></script> <!--[if lte IE 8]><style>.main{display:none;} .support-note .note-ie{display:block;}</style><![endif]--> </head> <body> <?php include("menuprincipal.php");?> <header> <h1> Seleccionamos los mejores locales para ti.... </h1> </header> <section class="main"> <ul class="ch-grid"> <li> <div class="ch-item"> <div class="ch-info"> <div class="ch-info-front ch-img-1"></div> <div class="ch-info-back"> <h3>Charcuteria y Carniceria</h3> <p> Vota por tu charcuteria o carniceria preferida<a href="">Ver mas</a></p> </div> </div> </div> </li> <li> <div class="ch-item"> <div class="ch-info"> <div class="ch-info-front ch-img-2"></div> <div class="ch-info-back"> <h3>Pizzeria</h3> <p>Vota por tu pizzeria favorita<a href="">Ver mas</a></p> </div> </div> </div> </li> <li> <div class="ch-item"> <div class="ch-info"> <div class="ch-info-front ch-img-3"></div> <div class="ch-info-back"> <h3>Restaurant</h3> <p>Vota por tu restaurant favorito <a href="">Ver mas</a></p> </div> </div> </div> </li> </ul> </section> </div> <div class="contenedor"> <h4 style="font-size:24px;">Este mes seleccionamos el mejor de estas 3 categorías!!!</h4> <?php if($_POST){ //INSERTO EN LA BASE DE DATOS //VERIFICO LOS DATOS if ($_POST("CATEGORIA")==""){ echo "No se ha recibido la categoria"; }elseif($_POST("local")==""){ echo "No se ha recibido el nombre del local"; }elseif($_POST("local")=="ORDEN"){ echo "No se ha recibido el ORDEN"; }elseif($_POST("local")=="ATENCION"){ echo "No se ha recibido la atencion"; }elseif($_POST("local")=="PRODUCTO"){ echo "No se ha recibido la producto"; }elseif($_POST("local")=="Datos_local"){ echo "No se ha recibido la producto"; }elseif($_POST("local")=="email"){ echo "No se ha recibido la producto"; }else{ echo "He recibido datos y procedo a insertarlos.."; } }else{ //MUESTRO EL FORMULARIO } ?> <div class="caja"> <form action="<?echo $_SERVER['PHP_SELF']?>" method="post"> <p style="color:#FF6500; font-size:24px; text-align:center; font-weight:bold;" ><b>Encuesta<b></p><br> <b>Elige por favor una de estas 3 categorias: <b><br><br> <input type=radio name=CATEGORIA value="1" >Charcuteria / Carnisseria<br> <input type=radio name=CATEGORIA value="2">Pizzeria<br> <input type=radio name=CATEGORIA value="3">Restaurant<br><br> <b>Ingresa el nombre del negocio:<b><br><br> <input type="text" name="nombre_local" size="50px" ><br><br> <b>Califica según las estrellas la limpieza y orden del local:</b><br><br> <img src="hoteles/imagenes/cincoestrellas.png" alt="estrella" width="100px"/>Excelente <input type=radio name=ORDEN value="5" ><br> <img src="hoteles/imagenes/cuatroestrellas.png" alt="estrella" width="80px"/> Bueno <input type=radio name=ORDEN value="4" ><br> <img src="hoteles/imagenes/tresestrellas.png" alt="estrella" width="60px"/> Normal <input type=radio name=ORDEN value="3" ><br> <img src="hoteles/imagenes/dosestrellas.png" alt="estrella" width="40px"/> Malo <input type=radio name=ORDEN value="2" ><br> <img src="hoteles/imagenes/unaestrella.png" alt="estrella" width="20px"/> Pesimo <input type=radio name=ORDEN value="1" ><br><br> <b>Califica según las estrellas la atención del personal</b><br><br> <img src="hoteles/imagenes/cincoestrellas.png" alt="estrella" width="100px"/>Excelente <input type=radio name=ATENCION value="5" ><br> <img src="hoteles/imagenes/cuatroestrellas.png" alt="estrella" width="80px"/> Bueno <input type=radio name=ATENCION value="4" ><br> <img src="hoteles/imagenes/tresestrellas.png" alt="estrella" width="60px"/> Normal <input type=radio name=ATENCION value="3" ><br> <img src="hoteles/imagenes/dosestrellas.png" alt="estrella" width="40px"/> Malo <input type=radio name=ATENCION value="2" ><br> <img src="hoteles/imagenes/unaestrella.png" alt="estrella" width="20px"/> Pesimo <input type=radio name=ATENCION value="1" ><br><br> <b>Califica según las estrellas como era el producto que compraste(Si es restaurant califica por el plato)</b><br><br> <img src="hoteles/imagenes/cincoestrellas.png" alt="estrella" width="100px"/>Excelente <input type=radio name=PRODUCTO value="5" ><br> <img src="hoteles/imagenes/cuatroestrellas.png" alt="estrella" width="80px"/> Bueno <input type=radio name=PRODUCTO value="4" ><br> <img src="hoteles/imagenes/tresestrellas.png" alt="estrella" width="60px"/> Normal <input type=radio name=PRODUCTO value="3" ><br> <img src="hoteles/imagenes/dosestrellas.png" alt="estrella" width="40px"/> Malo <input type=radio name=PRODUCTO value="2" ><br> <img src="hoteles/imagenes/unaestrella.png" alt="estrella" width="20px"/> Pesimo <input type=radio name=PRODUCTO value="1" ><br><br> <b>Necesitamos la dirección y algún comentario que quieras agregar</b><br><br> <textarea name="datos_local" rows="10" cols="30"></textarea><br> <b>Tu email<b><br><br> <input type="text" size="35" value="" name="email"><br><br> <input type=submit name=OK class="button" VALUE="Enviar"> <input type="reset" class="button"/> </div> </div> </form> </body> </html> En la espera Gracias