Heya,
I m having trouble making a query in a .dbf (foxpro) table.
I m using the dbase function to work with my .dbf database.
I m able to retreive all data from the .dbf file using something like this:
$drec = dbase_get_record_with_names($id,$i);
echo $drec['ITM'];
thats for my ITM column, but i was wondering how to make a query like this:
$rowcnt=mysql_query("SELECT ITM FROM dbf_table WHERE id=4");
??
Sorry for my bad english, i hope you understand my question
Cheers
Sharkom