sorry for my english, i'm french!
I use dbase_replace-record() to update my dbf files, but i don't achieve :
- one time, my fields are null
- other time, it close my toolkit (wap toolkit) saying it is an error from PHP.EXE
$dbase_identifier = dbase_open("test.dbf",2);
$date = date ("Ymd");
$record = array($date, "super", 25, "lulu@waou.com", 1);
dbase_replace_record($dbase_identifier, $record, 2);
dbase_close($dbase_identifier);
thank,
lucie