I pretty new to the php world and am having problems with my php files on my server and getting them to access.


ok first off, my server space here is set up with multiple subfolders for each "application" (i.e wordpress, machform)

machform was my first set up, [go ahead and visit (http://mpplay.zxq.net/machform/index.php "admin" "admin")] and as you will see that will take you to the form manager.. click on the icon "entries".. then select one that seems to have info and try to export it..


The result:
CODE
[http://mpplay.zxq.net/machform/export_entries.php?id=1&type=csv]

Warning: ini_set() has been disabled for security reasons in /www/zxq.net/m/p/p/mpplay/htdocs/machform/export_entries.php on line 12

Warning: ini_set() has been disabled for security reasons in /www/zxq.net/m/p/p/mpplay/htdocs/machform/export_entries.php on line 13

Warning: require(Compat/Function/fputcsv.php) [function.require]: failed to open stream: No such file or directory in /www/zxq.net/m/p/p/mpplay/htdocs/machform/export_entries.php on line 171

Fatal error: require() [function.require]: Failed opening required 'Compat/Function/fputcsv.php' (include_path='.:/usr/lib/php') in /www/zxq.net/m/p/p/mpplay/htdocs/machform/export_entries.php on line 171




and so on.. I dont know what to do from here..I checked in phpmyadmin and the database is there and the files are writing to it...