<?php mysqli_select_db($conexion, $database_conexion);
$query_DatosWeb = sprintf ("SELECT * FROM z_users WHERE user=%s AND password=%s",
GetSQLValueString($_POST['user'], "text"),
GetSQLValueString($_POST['pass'], "text")...
asked by
11.10.2018 / 21:55