Se que para muchos esto sera simple, pero yo no puedo resolverlo!
este es mi codigo:
Código:
Quiero lograr EN LA MISMA PAGINA (por eso el $PHP_SELF) trabajar con "username" y "password", enviando esas variables POR EJEMPLO a una funcion:<form id="form1" name="form1" method="post" action=<?php echo $PHP_SELF."?s=$s&t=$t"; ?>> <label> <input name="username" type="text" value="username" size="15"/> </label> <p> <label> <input name="password" type="text" value="password" size="15"/> </label> </p> <p> <label> <input type="submit" name="Submit" value="Login" /> </label> </p> </form>
Código:
Pero no se como tratar las variables del INPUT!!!autenticacion($username, $password);
agradecere cualquier ayuda!