erasam Posted April 8, 2007 Share Posted April 8, 2007 Recently i am doing a php project which involves the usage of RS232 interface (COM PORT) I have find an example but i don't know how to run it. I have followed the instruction given in the readme file, but when i run php/iol_info.php, it said Fatal error: Call to undefined function iol_info() in c:\AppServ\www\class\php_iol.class.php on line 35 So, how can it solve this problem. Plz help me. [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/46135-php-fatal-error-call-to-undefined-function/ Share on other sites More sharing options...
dsaba Posted April 8, 2007 Share Posted April 8, 2007 fatal error means that your version of php isn't compiled to use that function echo php_info and see the php manual on that function to see what library, and what version of php you need to use that function if your php does support that function make sure you are using the correct syntax with the function, see the php manual for details on that syntax BUT fatal always means your version of php doesn't support it, period Link to comment https://forums.phpfreaks.com/topic/46135-php-fatal-error-call-to-undefined-function/#findComment-224331 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.