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 How to connect php and oracle database? zendnwar July 26, 2012 oci_connect : Connect to an Oracle database. oci_connect ( string $username , string $password .. Deprecated: Function set_magic_quotes_runtime() zendnwar January 31, 2013 Open the “include/config.php” find: set_magic_quotes_runtime(0); replace: ini_set(& ..