Comunidad de diseño web y desarrollo en internet online

ayudaaaaaaaaa Warning: dbase_get_record_with_names() [functi

Citar            
MensajeEscrito el 23 Sep 2010 11:33 pm
Warning: dbase_get_record_with_names() [function.dbase-get-record-with-names]: Unable to find database for identifier

<?php
$db = dbase_open('tabla.dbf', 0);
if ($db) {
$número_registros = dbase_numrecords($db);
for ($i = 1; $i <= $número_registros; $i++) {
$fila = dbase_get_record_with_names($db, $i);

echo "Data $i: " . trim($fila['MARCA']) . "\n";
$codigo=$fila['CODIGO'];
$marca=$fila['MARCA'];
$con= mysql_connect("localhost","root","");
$db = mysql_select_db('migra2',$con);
$sql ="INSERT INTO tabla (
codigo,MARCA) VALUES (
' $codigo ',
' $marca'";
$result = mysql_query($sql);

mysql_close($con);

}
}
?>

Por swingbeach21

Claber

104 de clabLevel



 

firefox
Citar            
MensajeEscrito el 24 Sep 2010 03:56 am
No abras nuevos temas, espera la ayuda...

Cerrado

Por Maikel

BOFH

5575 de clabLevel

22 tutoriales
5 articulos

Genero:Masculino   Team Cristalab

Claber de baja indefinida

firefox

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.