echo $path; //working function createList($retval) { echo $path; //not working print \"
you must use the global modifier.
echo $path; function createList($retval) { global path; echo $path; // works now :)