Welcome Guest, Not a member yet? Register   Sign In
File helper... not helping
#2

[eluser]Phil Sturgeon[/eluser]
You cannot write to a URL. Instead you must write to a path.

Code:
function write_log($data)
    {
        write_file(APPPATH.'assets/log/main_log.txt',$data);
    }


Messages In This Thread
File helper... not helping - by El Forum - 10-05-2009, 08:57 AM
File helper... not helping - by El Forum - 10-05-2009, 09:02 AM
File helper... not helping - by El Forum - 10-05-2009, 09:25 AM
File helper... not helping - by El Forum - 10-05-2009, 09:36 AM
File helper... not helping - by El Forum - 10-05-2009, 01:08 PM
File helper... not helping - by El Forum - 10-05-2009, 07:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB