Obtener información de una tabla mysql

$res = $sql->Query("DESCRIBE tabla;")or die("Error: %s\n".$sql->error); while ($k = $res->fetch_object()) { print_r($k); echo "<br>"; } die();
Get information from a mysql table

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.