What is the difference between the functions unlink and unset? zendnwar July 24, 2012 PHP Basic 0 Comments unlink() deletes the given file from the file system. unset() makes a variable undefined. Related Posts Hello world php script. zendnwar July 18, 2012 Just copy the below code and run from your local server. <html> <head> <title> .. Error Reporting Directives in php.ini zendnwar December 14, 2012 Error Reporting Directives in php.ini To diagnose bugs in your code, you should enable the dire ..