shane07 Posted January 25, 2008 Share Posted January 25, 2008 Hello to all I have implemented 'scandir()' function successfully in localhost. But when the file is uploaded in the online server, error message occur which says undefined function scandir(). I found that the scandir() function does not need any external library file. Anybody's got the idea? Waiting for your reply. Thank You Link to comment https://forums.phpfreaks.com/topic/87748-undefined-function-call-in-online-server/ Share on other sites More sharing options...
PFMaBiSmAd Posted January 25, 2008 Share Posted January 25, 2008 What version of php? You will note in the php manual that scandir is a php5 function - scandir (PHP 5) Link to comment https://forums.phpfreaks.com/topic/87748-undefined-function-call-in-online-server/#findComment-448854 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.