|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-10-30 19:05 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 UTC |
Hallo, I hope you understand my bad english ! I tried to update a record with dbase_replace_record. But one time it updates the fields to <null> and the other time apache crashed. I used this script: <?php $db = dbase_open ("test.dbf", 2); $record = array("test", "test2"); dbase_replace_record($db, $record,1); dbase_close($db); ?> I tried it in Linux and Windows 2000. The Server of my Webspace-Provider said "internal Servererror". Dennis Walch