px_new Create a new paradox object &reftitle.description; resourcepx_new Create a new paradox object. You will have to call this function before any further functions. px_new does not create any file on the disk, it just creates an instance of a paradox object. This function must not be called if the object oriented interface is used. Use new paradox_db() instead. &reftitle.returnvalues; Returns &false; on failure. &reftitle.examples; Opening a Paradox database ]]> If you prefer the object oriented API, then the above example will look like the following. Opening a Paradox database open_fp($fp)) { /* Error handling */ } // ... $pxdoc->close(); fclose($fp); ?> ]]> &reftitle.seealso; px_delete px_open_fp