Cita:
Iniciado por pato12 Mira este post: [url]http://www.forosdelweb.com/f18/aporte-como-separar-usuarios-normales-administradores-736296/[/url] :P
me puedes decir como puedo utilizar algo de tu aoprte a mi problema de que no puedo realizar un login, le php es este, recien comienzo
Código PHP:
Ver original<?php
include("config.php");
{}
if(isset($_POST['EMAIL']) && !empty ($_POST['EMAIL']) && isset($_POST['CONTRASENA']) && !empty ($_POST['CONTRASENA']) && (
$sel=mysql_query("SELECT EMAIL,CONTRASENA FROM travelcu_fichero WHERE USER='$_POST[EMAIL]','$_POST[CONTRASENA]'"); if($_POST['CONTRASENA'] "" $session ['CONTRASENA']);
$SESSION ['EMAIL'] "" $_POST['EMAIL'];
echo "Bienvenido" <http-equiv='refresh' content='2; url=index.html' >";
)
?>