[PHP] Help! ¡Ayuda!

2001-10-26 Thread Alejandro Viana
I'm trying to read a record from a dbase data base so I've previously opened it successfully. The problem is that I call the function dbase_get_record, but it returns no records. The database is ok because I call the funcion dbase_numfields and dbase_numrecords and they give me correct informa

RE: [PHP] help!! ¡¡ayuda!!

2001-10-25 Thread Mark Roedel
> -Original Message- > From: Sebas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, October 25, 2001 12:19 PM > To: [EMAIL PROTECTED] > Subject: [PHP] help!! ¡¡ayuda!! > > > I need to open a dbase file, so I use the "dbase_open" > function

[PHP] help!! ¡¡ayuda!!

2001-10-25 Thread Sebas
I need to open a dbase file, so I use the "dbase_open" function and then I compile it but it tells me Fatal error: Call to undefined function: dbase_open() it seems like this function does not exists!.Does anybody could help me? Thanks [EMAIL PROTECTED]