Código PHP:
mysql_select_db($database_---, $---);
$tipo = $_GET['tipo'];
$nom = $_GET['nombre'];
$query_ver = "SELECT * FROM tabla WHERE tipo=$tipo AND nombre=$nom";
Cita:
Si alguien puede ayudarme con palabras faciles o ejemplo seria genial ya que tengo poco que comence a hacer estas cosas y no se muchos conceptos.Notice: Undefined index: nombre in ***\ver.php on line 36
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nombre=Nombre AND nombre=' at line 1
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'nombre=Nombre AND nombre=' at line 1
Saludos y gracias.