Ver Mensaje Individual
  #5 (permalink)  
Antiguo 17/06/2014, 16:37
jegggf
 
Fecha de Ingreso: septiembre-2012
Ubicación: montevideo
Mensajes: 131
Antigüedad: 11 años, 7 meses
Puntos: 0
Respuesta: codigo php mysql

<?
include ("conecta.php");


$rs = mysql_query("SELECT MAX(guia) AS id FROM numeracion");
if ($row = mysql_fetch_row($rs)) {
$nmax = trim($row[0]);

}



?>