[PHP] Fw: Dbase database - reg

2010-10-22 Thread kumar
22.10.2010 Dear sir Please help me the following code and how to rectify the same . ?php $filename='mas1.dbf'; $db = dbase_open($filename, 0); ? Fatal error: Call to undefined function: dbase_open() please help me sir, regards Kumar . L SLST / ARNI / Tamilnadu / India

Re: [PHP] Fw: Dbase database - reg

2010-10-22 Thread Alexis
sounds like you have not compiled php with the --enable-dbase option. check the output of ?php phpinfo(); ? and see if there is any mention of dbase..if not, then that is probably your problem. Alexis On 22/10/10 02:51, kumar wrote: 22.10.2010 Dear sir Please help me the following code