I'm getting the "Fatal error: Call to undefined function: dbmopen()" error
after defining a path and calling the dbmopen() funtion in the following
code:

function getcoor($zip){
$path = "/home/penpals/pub/cgi-bin/zipdb.db";
$dbm = dbmopen("$path", "r");

Does php have to be compiled with something in order for this to work?

Thanks



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

Reply via email to