At 8:16 PM -0300 2/23/08, Emiliano Boragina wrote:
I want to see all fields name of the DB and only in one TRÂ… how can I do
that (in code please)?
$result = mysql_query($query) or die(report($query,__LINE__ ,__FILE__));
$columns = mysql_num_fields($result);
for($i = 0; $i <= $columns; $i++)
Hi list
I have the following code:
";
$resultado = mysql_query ("select * from registro" , $conexion);
while ( $registro = mysql_fetch_row ($resultado)) {
echo "";
foreach ( $registro as $clave ) {
echo
2 matches
Mail list logo