[PHP] dbase verify

2002-10-28 Thread Plamen Slavov
Does anyone know if there is a way to tell if a given file is a valid dbase file, 
using PHP functions ?


Re: [PHP] dbase verify

2002-10-28 Thread Marek Kilimajer
Filetypes are usualy recognized by first 4 bytes (or so), so you need to 
find out what these bytes should be
for dbase files

Plamen Slavov wrote:

Does anyone know if there is a way to tell if a given file is a valid dbase file, using PHP functions ?
 



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php