[PHP-DEV] Bug #11076: dbase_get_record return strange From: vlad <email protected>
Date: 05/24/01

From: vlad <email protected>
Operating system: Linux RedHat6.2
PHP version: 4.0.4pl1
PHP Bug Type: dBase related
Bug description: dbase_get_record return strange

I have any.dbf
and use follow code
$mas=dbase_get_record($db,$nm);
echo($mas[$i]);

after field type=date (' . . ' in Norton DBview)
 $mas[$i]=' xxxxxx'
where xxxxx is next fields of any.dbf
Why?
Help?

-- 
Edit Bug report at: http://bugs.php.net/?id=11076&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>