Heyzz Dude!
I've got a problem with dbase, do you think you can help me?
http://www.ripwares.com/~np2k/norway-warez/admin/create.php
here's the script:
-------------------------
<?
$dbname = "tedst.dbf";
$def =
    array(
        array("date",     "D"),
        array("name",     "C",  50),
        array("age",      "N",   3, 0),
        array("email",    "C", 128),
        array("ismember", "L")
    );
if (!dbase_create ($dbname, $def))
    print "<strong>Error!</strong>";
?>
-----------------------
try this, you'll get:
Fatal error: Call to undefined function: dbase_create() in 
/home/sites/site1/users/np2k/web/norway-warez/admin/create.php on line 16

Do you know the problem, I also saw your ad on php.net about dbase
"./configure --enable-dbase". 
Where to put this?

Thanks in acvance
{KiKk0}

Reply via email to