Call to undefined function px_new()
Brought to you by:
steinm
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. ~
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.
Logged In: NO
This lib is not for PHP