Call to undefined function: dbmopen()

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux