<?php include("config.php"); sql = "SELECT id FROM usuarios LIMIT 0,1 ORDER BY id ASC"; echo $row["id"]; ?>