Re: [PHP] Query DBF records using PHP

2006-09-07 Thread Chris
Rahul S. Johari wrote: Ave, Let¹s say I have a DBF file residing on my somewhere. It has 20 fields, and about 100 records. Is it possible for me to Query that DBF file, so I can search that database for a record and Display the row using PHP? Yes. http://www.php.net/manual/en/ref.dbase.php -

[PHP] Query DBF records using PHP

2006-09-07 Thread Rahul S. Johari
Ave, Let¹s say I have a DBF file residing on my somewhere. It has 20 fields, and about 100 records. Is it possible for me to Query that DBF file, so I can search that database for a record and Display the row using PHP? Basically what I want to do is pull out a record from that DBF file that mat