Este es mi codigo:
Código PHP:
if (isset($_GET['id'])){
$datos = $_GET['id'];
echo 'Hola usuario con id:' . htmlspecialchars($_GET["id"]) . '!';
$sql = $mysql->consulta("SELECT * FROM users WHERE `id` LIKE '%$datos%'");
$total = mysql_num_rows($sql);
while ($row = mysql_fetch_array($sql)){
$row['nombre'];
}
Alguien me podria dar una pista o ayudar en esto, gracias por adelantado!
![Aplauso](http://static.forosdelweb.com/fdwtheme/images/smilies/aplausos.gif)