Hi,
I am designing a questionnaire for my site using php and mySQL (although at present mySQL isn't yet installed so I thought great use dbm.... - so she thought)
But when I type this small script:
<?php
$dbh = dbmopen ( ".data", "c" ) or die( "Couldn't open DBM" );
dbmclose ($dbh);
?>
in an html page and called dbm.php, I get this huge error in IE
Fatal error: Call to undefined function: dbmopen() in c:\PROGRA~1\sambar44\docs\usersurvey\dbm.php on line 9
where line 9 corresponds to the dbmopen() part.
As I am using sambar server I checked through the search facility and re checked the instructions by kevin (great tutorial also!) but its still doesn't work.
One very very frustrated web dev..... with a deadline for monday evening!!!!
Any help would be appreciated I was wondering whether read/write access was the problem but everything is fullcontrol access!?
Sarah![]()





Bookmarks