filePro

filePro is a relational database by fP Technologies. There are versions for win32 and SCO UNIX. PHP only supports reading from filePro databases. Further information can be found at the filePro Web site <http:// www.fptechnologies.com/>. To enable filePro functions dynamically, use the dl function to load the appropriate extension. You can also compile filePro support into the PHP module. Chad Robinson wrote the filePro extension.

boolean filepro(string directory)

The filepro function starts a connection to a map file. Information about the database is stored in memory and used by the other FilePro functions.

 <? //get information about database filepro("/fp/store"); print("TABLE>"); //create headers that contain //field names, type, ...

Get Core PHP Programming: Using PHP to Build Dynamic Web Sites now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.