Menu

#13 Call to undefined function px_new()

open
nobody
None
5
2008-02-26
2008-02-26
Anonymous
No

Does pxlib even run with PHP on Windows?

Here's my code:

<?php
$fh=fopen("customer.db","r");
if(!$fh){
print "Error";
die;
}
$pxh = px_new();
px_open_fp($pxh,$fh);

px_close($pxh);
fclose($fh);
?>

PHP Fatal error: Call to undefined function px_new() in C:\temp\testParadox.php on line 7

Putting extension=pxlib.dll in my PHP.INI makes no difference. There's no proper installation guide for Windows anywhere either. What about pxlib.lib? Should that file be copied into the PHP ext directory too? Answers appreciated folks..

-ND

~ ..and the rooster told me that he was high and couldn't remember a thing. ~

Discussion

  • Nobody/Anonymous

    Logged In: NO

    I have tried this function and everything works fine on latest XAMPP, but functions such as retrieve_record() , insert_record() doesn't work at all.
    I am trying to install the newest version of pxlib on XAMPP.

     
  • Nobody/Anonymous

    Logged In: NO

    This lib is not for PHP

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.