August 2000
Intermediate to advanced
800 pages
13h 15m
English
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.
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, ...Read now
Unlock full access