
16/12/2005, 07:08
|
 | | | Fecha de Ingreso: noviembre-2005
Mensajes: 165
Antigüedad: 19 años, 3 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
:( :( :( |