Ver Mensaje Individual
  #6 (permalink)  
Antiguo 16/12/2005, 07:08
Avatar de lily_cv
lily_cv
 
Fecha de Ingreso: noviembre-2005
Mensajes: 165
Antigüedad: 18 años, 4 meses
Puntos: 0
<?
session_start();
$_SESSION['Xl']=$_POST['txtl']; //txtl de acceso.php
$_SESSION['Xp']=$_POST['txtp']; //txtp de acceso.php

include('conexion.php');
$link = Conectarse();
$Rlogin = mysql_query("select * from acceso where login='".$_POST['Xl']."' and psw='".$_POST['Xp']."'",$link);

no funcionaaaa desde acceso.php
:( :( :(