[PHP] file_get_contents ( string filename [, int use_include_path])

2002-08-14 Thread victor
Can someone explain me more abou the usage of this code: file_get_contents ( string filename [, int use_include_path]) I just got it from the annual, and I still don't get what they mean by string filename and int use_include_path Thanks, This has to do with the other question I posted

Re: [PHP] file_get_contents ( string filename [, int use_include_path])

2002-08-14 Thread Bas Jobsen
string filename The name of the file. b.e test.html or $_SERVER['DOCUMENT_ROOT'].'test.html' int use_include_path Optional 1 true or 0 (or nothing) false the file above is in my default include path. Manual: you can use the optional second parameter and set it to 1, if you want to search for