|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1999-06-01 16:38 UTC] jim at cvs dot php dot net
[1999-06-24 08:31 UTC] sas at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 01 03:00:01 2025 UTC |
this happens the most of the time, when i want to open my dbase database for reading and i get a: 'you requestet an empty page, please contact system adimistratot' and nothing happend!! Can you maybe help me?? <? $timdb = dbase_open('/usr/local/sictim.DBF',2); // for ($i = 1; $i <= dbase_numrecords($timdb); $i++) { $i = 1; list($a, $b, $c, $d, $e, $f) = dbase_get_record($timdb,$i); echo $a; echo ", "; echo $b; echo ", "; echo $c; echo ", "; echo $d; echo ", "; echo $e; echo ", "; echo $f; echo "<br>"; // } dbase_close($timdb); ?>